Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-web.go/go-web.go.changes      2012-03-08 
19:43:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-web.go.new/go-web.go.changes 2012-06-12 
07:08:50.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:08:23 UTC 2012 - [email protected]
+
+- update spec file for new pacakge location 
+- add documentation package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go-web.go.spec ++++++
--- /var/tmp/diff_new_pack.PBU67c/_old  2012-06-12 07:08:51.000000000 +0200
+++ /var/tmp/diff_new_pack.PBU67c/_new  2012-06-12 07:08:51.000000000 +0200
@@ -30,6 +30,7 @@
 Patch0:         weekly-build-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends:     go-web.go-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -38,6 +39,14 @@
 Web.go is the simplest way to write web applications in the Go programming
 language. It's ideal for writing simple, performant backend web services.
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n web.go
 %patch0 -p1
@@ -48,6 +57,7 @@
 
 %install
 %goinstall
+%godoc
 
 %check
 # couple of tests currently fail for json parser
@@ -56,6 +66,10 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE Readme.md examples
-%{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