Hello community, here is the log from the commit of package go-goauth2 for openSUSE:Factory checked in at 2012-06-12 07:07:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-goauth2 (Old) and /work/SRC/openSUSE:Factory/.go-goauth2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-goauth2", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-goauth2/go-goauth2.changes 2012-03-16 13:15:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go-goauth2.new/go-goauth2.changes 2012-06-12 07:07:58.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 11 10:29:33 UTC 2012 - [email protected] + +- Update spec file with new package location +- Add documentation sub package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-goauth2.spec ++++++ --- /var/tmp/diff_new_pack.ZZPSFx/_old 2012-06-12 07:07:59.000000000 +0200 +++ /var/tmp/diff_new_pack.ZZPSFx/_new 2012-06-12 07:07:59.000000000 +0200 @@ -29,6 +29,7 @@ Patch0: opensuse-build-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: go-devel +Recommends: go-goauth2-doc %{go_provides} %{go_requires} %{go_disable_brp_strip_static_archive} @@ -36,6 +37,14 @@ %description An OAuth 2.0 library 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 goauth2 %patch0 -p1 @@ -46,10 +55,15 @@ %install %goinstall +%godoc %files %defattr(-,root,root,-) %doc AUTHORS CONTRIBUTORS LICENSE oauth/example -%{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]
