Hello community,

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

Package is "go-goprotobuf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-goprotobuf/go-goprotobuf.changes      
2012-03-08 19:43:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-goprotobuf.new/go-goprotobuf.changes 
2012-06-12 07:08:28.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:36:10 UTC 2012 - [email protected]
+
+- Update spec with new package path locations
+- Add documentation sub-package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go-goprotobuf.spec ++++++
--- /var/tmp/diff_new_pack.nZ3cWH/_old  2012-06-12 07:08:30.000000000 +0200
+++ /var/tmp/diff_new_pack.nZ3cWH/_new  2012-06-12 07:08:30.000000000 +0200
@@ -29,6 +29,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
 BuildRequires:  protobuf-devel
+Recommends:     go-goprotobuf-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -37,6 +38,14 @@
 This package provides Go support, in the form of a library and protocol
 compiler plugin, for Google's protocol buffers. (RPC is not supported.)
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n goprotobuf
 
@@ -46,6 +55,7 @@
 
 %install
 %goinstall
+%godoc
 
 %check
 %gotest code.google.com/p/goprotobuf/proto
@@ -54,6 +64,10 @@
 %defattr(-,root,root,-)
 %doc CONTRIBUTORS LICENSE README
 %{_bindir}/protoc-gen-go
-%{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]

Reply via email to