Hello community,

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

Package is "go-httplib.go", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-httplib.go/go-httplib.go.changes      
2012-03-08 19:43:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-httplib.go.new/go-httplib.go.changes 
2012-06-12 07:08:49.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:39:54 UTC 2012 - [email protected]
+
+- Update specfile to use new package locaitons
+- Add documentation sub package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go-httplib.go.spec ++++++
--- /var/tmp/diff_new_pack.G5hDFj/_old  2012-06-12 07:08:49.000000000 +0200
+++ /var/tmp/diff_new_pack.G5hDFj/_new  2012-06-12 07:08:49.000000000 +0200
@@ -29,6 +29,7 @@
 Patch0:         httplib.go-weekly-fixes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends:     go-httplib.go-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -43,6 +44,14 @@
     data := ioutil.ReadAll( resp.Body )
     println(string(data))
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n httplib.go
 %patch0 -p1
@@ -53,6 +62,7 @@
 
 %install
 %goinstall
+%godoc
 
 %check
 %gotest github.com/hoisie/httplib.go
@@ -60,6 +70,10 @@
 %files
 %defattr(-,root,root,-)
 %doc Readme.md 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]

Reply via email to