Hello community, here is the log from the commit of package go-gocheck for openSUSE:Factory checked in at 2012-06-12 07:08:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-gocheck (Old) and /work/SRC/openSUSE:Factory/.go-gocheck.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-gocheck", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go-gocheck/go-gocheck.changes 2012-03-11 20:03:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go-gocheck.new/go-gocheck.changes 2012-06-12 07:08:14.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 11 10:32:25 UTC 2012 - [email protected] + +- Update spec for new package locations +- Add documentation sub package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-gocheck.spec ++++++ --- /var/tmp/diff_new_pack.TwRk8f/_old 2012-06-12 07:08:16.000000000 +0200 +++ /var/tmp/diff_new_pack.TwRk8f/_new 2012-06-12 07:08:16.000000000 +0200 @@ -1,6 +1,7 @@ # # spec file for package go-gocheck # +# 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-gocheck Version: 0.0.0+bzr20120304 Release: 0 Summary: Rich testing framework for the Go language -Group: Development/Languages/Other License: BSD-3-Clause -URL: http://labix.org/gocheck +Group: Development/Languages/Other +Url: http://labix.org/gocheck Source: gocheck-%{version}.tar.bz2 %define go_import launchpad.net/gocheck BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: go-devel +Recommends: go-gocheck-doc %{go_provides} %{go_requires} %{go_disable_brp_strip_static_archive} @@ -54,6 +55,14 @@ - Verbosity flag which disables output caching - Fully tested (yes, it manages to test itself reliably! :-) +%package doc +Summary: API documenation +Group: Documentation/Other +Requires: %{name} = %{version} + +%description doc +API, examples and documentation. + %prep %setup -q -n gocheck @@ -63,13 +72,17 @@ %install %goinstall +%godoc %gotest launchpad.net/gocheck %check - %files %defattr(-,root,root,-) %doc LICENSE TODO -%{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]
