Hello community, here is the log from the commit of package go-go-gtk for openSUSE:Factory checked in at 2012-06-12 07:08:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-go-gtk (Old) and /work/SRC/openSUSE:Factory/.go-go-gtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-go-gtk", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-go-gtk/go-go-gtk.changes 2012-03-11 20:03:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2012-06-12 07:08:16.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 11 10:24:49 UTC 2012 - [email protected] + +- Update spec file with new package location +- Add documentation sub package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-go-gtk.spec ++++++ --- /var/tmp/diff_new_pack.gpj5bc/_old 2012-06-12 07:08:17.000000000 +0200 +++ /var/tmp/diff_new_pack.gpj5bc/_new 2012-06-12 07:08:17.000000000 +0200 @@ -44,12 +44,21 @@ %endif %endif BuildRequires: pkgconfig(pango) +Recommends: go-go-gtk-doc %{go_provides} %{go_disable_brp_strip_static_archive} %description GTK bindingins 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-gtk %if 0%{?suse_version} >= 1220 @@ -62,10 +71,15 @@ %install %goinstall +%godoc %files %defattr(-,root,root,-) %doc README.md TODO example data -%{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]
