Hello community,

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

Package is "go-GoLLRB", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-GoLLRB/go-GoLLRB.changes      2012-03-11 
20:04:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-GoLLRB.new/go-GoLLRB.changes 2012-06-12 
07:08:17.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:16:43 UTC 2012 - [email protected]
+
+- Update spec files for new pacakge location
+- Add documentation package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go-GoLLRB.spec ++++++
--- /var/tmp/diff_new_pack.90qmLP/_old  2012-06-12 07:08:19.000000000 +0200
+++ /var/tmp/diff_new_pack.90qmLP/_new  2012-06-12 07:08:19.000000000 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package go-GoLLRB
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,18 +17,18 @@
 #
 
 
-
 Name:           go-GoLLRB
 Version:        0.0.0+git20111213
 Release:        0
 Summary:        Left-Leaning Red-Black balanced binary search tree
-Group:          Development/Languages/Other
 License:        BSD-3-Clause
-URL:            http://github.com/petar/GoLLRB
+Group:          Development/Languages/Other
+Url:            http://github.com/petar/GoLLRB
 Source0:        GoLLRB-%{version}.tar.bz2
 Patch0:         GoLLRB-weekly-fixes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
+Recommends:     go-GoLLRB-doc
 %{go_provides}
 %{go_requires}
 %{go_disable_brp_strip_static_archive}
@@ -36,6 +37,14 @@
 GoLLRB is a Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced
 binary search trees in Google Go.
 
+%package doc
+Summary:        API documenation
+Group:          Documentation/Other
+Requires:       %{name} = %{version}
+
+%description doc
+API, examples and documentation.
+
 %prep
 %setup -q -n GoLLRB
 %patch0 -p1
@@ -46,11 +55,16 @@
 
 %install
 %goinstall
+%godoc
 %gotest github.com/petar/GoLLRB
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md 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]

Reply via email to