Hello community,

here is the log from the commit of package go-Go-SDL for openSUSE:Factory 
checked in at 2012-06-12 07:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-Go-SDL (Old)
 and      /work/SRC/openSUSE:Factory/.go-Go-SDL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-Go-SDL", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-Go-SDL/go-Go-SDL.changes      2012-03-08 
19:43:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-Go-SDL.new/go-Go-SDL.changes 2012-06-12 
07:08:37.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 11 11:55:20 UTC 2012 - gra...@andtech.eu
+
+- Remove redundant patch from package and spec
+
+-------------------------------------------------------------------
+Mon Jun 11 10:47:34 UTC 2012 - gra...@andtech.eu
+
+- Update spec file with new package path locations
+- Add documentation sub package
+
+-------------------------------------------------------------------

Old:
----
  opensuse-fix-build.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go-Go-SDL.spec ++++++
--- /var/tmp/diff_new_pack.pbpmNC/_old  2012-06-12 07:08:38.000000000 +0200
+++ /var/tmp/diff_new_pack.pbpmNC/_new  2012-06-12 07:08:38.000000000 +0200
@@ -27,7 +27,6 @@
 Url:            https://github.com/banthar/Go-SDL
 Source0:        Go-SDL-%{version}.tar.bz2
 Source1:        LICENSE
-Patch1:         opensuse-fix-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -39,6 +38,7 @@
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_ttf-devel
 %endif
+Recommends:     go-Go-SDL-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -46,9 +46,16 @@
 %description
 SDL bindings for the Go Programming Language.
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n Go-SDL
-%patch1 -p1
 cp %{SOURCE1} .
 mv doc/template.go ./template.go.example
 
@@ -56,15 +63,20 @@
 %goprep github.com/banthar/Go-SDL
 
 rm -rf Go-SDL/test
-%gobuild ...
+%gobuild sdl ttf gfx mixer 
 
 %install
 %goinstall
+%godoc
 #%%gotest github.com/banthar/Go-SDL
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README TODO template.go.example
-%{go_sitearch}/*
+%{go_contribdir}/*
+
+%files doc
+%defattr(-,root,root,-)
+%{go_contribsrcdir}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to