Hello community, here is the log from the commit of package go-GoMySQL for openSUSE:Factory checked in at 2012-06-12 07:08:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-GoMySQL (Old) and /work/SRC/openSUSE:Factory/.go-GoMySQL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-GoMySQL", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-GoMySQL/go-GoMySQL.changes 2012-03-08 19:43:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go-GoMySQL.new/go-GoMySQL.changes 2012-06-12 07:08:25.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 11 10:20:47 UTC 2012 - [email protected] + +- Update spec with new package locations +- Add documentation sub package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-GoMySQL.spec ++++++ --- /var/tmp/diff_new_pack.QPuKzA/_old 2012-06-12 07:08:26.000000000 +0200 +++ /var/tmp/diff_new_pack.QPuKzA/_new 2012-06-12 07:08:26.000000000 +0200 @@ -26,6 +26,7 @@ Source0: GoMySQL-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: go-devel +Recommends: go-GoMySQL-doc %{go_provides} %{go_requires} %{go_disable_brp_strip_static_archive} @@ -37,6 +38,14 @@ available for other languages to provide an easy migration of MySQL based systems into the Go language. +%package doc +Summary: API documenation +Group: Documentation/Other +Requires: %{name} = %{version} + +%description doc +API, examples and documentation. + %prep %setup -q -n GoMySQL @@ -47,6 +56,7 @@ %install %goinstall +%godoc %check #%%gotest @@ -54,6 +64,10 @@ %files %defattr(-,root,root,-) %doc README.markdown LICENSE -%{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]
