Hello community, here is the log from the commit of package go-Go-OpenGL for openSUSE:Factory checked in at 2012-06-12 07:08:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-Go-OpenGL (Old) and /work/SRC/openSUSE:Factory/.go-Go-OpenGL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-Go-OpenGL", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-Go-OpenGL/go-Go-OpenGL.changes 2012-03-08 19:43:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go-Go-OpenGL.new/go-Go-OpenGL.changes 2012-06-12 07:08:27.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 11 10:48:35 UTC 2012 - [email protected] + +- Update spec file with new package path locations +- Add documentation sub package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-Go-OpenGL.spec ++++++ --- /var/tmp/diff_new_pack.cbZAQC/_old 2012-06-12 07:08:28.000000000 +0200 +++ /var/tmp/diff_new_pack.cbZAQC/_new 2012-06-12 07:08:28.000000000 +0200 @@ -29,6 +29,7 @@ BuildRequires: glew-devel >= 1.5.8 BuildRequires: go-Go-SDL-devel BuildRequires: go-devel +Recommends: go-Go-OpenGL-doc %{go_provides} %{go_requires} %{go_disable_brp_strip_static_archive} @@ -36,6 +37,14 @@ %description OpenGL 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-OpenGL %if ! 0%{?suse_version} @@ -49,10 +58,15 @@ %install %goinstall +%godoc %files %defattr(-,root,root,-) %doc README TODO -%{go_sitearch}/* +%{go_contribdir}/* + +%files doc +%defattr(-,root,root,-) +%{go_contribsrcdir}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
