Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-mustache.go/go-mustache.go.changes    
2012-03-08 19:43:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-mustache.go.new/go-mustache.go.changes       
2012-06-12 07:23:45.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 17:29:14 UTC 2012 - [email protected]
+
+- Update spec with new patch locations for package
+- Add documentation sub package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go-mustache.go.spec ++++++
--- /var/tmp/diff_new_pack.aPrqeg/_old  2012-06-12 07:23:47.000000000 +0200
+++ /var/tmp/diff_new_pack.aPrqeg/_new  2012-06-12 07:23:47.000000000 +0200
@@ -29,6 +29,7 @@
 Patch0:         opensuse-build-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends:     go-mustache.go-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -39,6 +40,14 @@
 mustache.go is fast, it parses templates efficiently and stores them in a
 tree-like structure which allows for fast execution.
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n mustache.go
 %patch0 -p1
@@ -49,10 +58,15 @@
 
 %install
 %goinstall
+%godoc
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE Readme.md
-%{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