Hello community,
here is the log from the commit of package rubygem-mixlib-config for
openSUSE:Factory checked in at 2013-10-06 14:59:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-config (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mixlib-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mixlib-config"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mixlib-config/rubygem-mixlib-config.changes
2013-04-08 14:55:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-mixlib-config.new/rubygem-mixlib-config.changes
2013-10-06 14:59:39.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 4 07:17:59 UTC 2013 - [email protected]
+
+- updated to version 2.0.0, no changelog
+
+-------------------------------------------------------------------
Old:
----
mixlib-config-1.1.2.gem
New:
----
mixlib-config-2.0.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mixlib-config.spec ++++++
--- /var/tmp/diff_new_pack.Oe8xml/_old 2013-10-06 14:59:39.000000000 +0200
+++ /var/tmp/diff_new_pack.Oe8xml/_new 2013-10-06 14:59:39.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package rubygem-mixlib-config (Version 1.1.0)
+# spec file for package rubygem-mixlib-config
#
-# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,39 +12,71 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# norootforbuild
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
Name: rubygem-mixlib-config
-Version: 1.1.2
+Version: 2.0.0
Release: 0
%define mod_name mixlib-config
-#
-Group: Development/Languages/Ruby
-License: Apache-2.0
-#
+%define mod_full_name %{mod_name}-%{version}
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires: ruby-macros >= 1
Url: http://www.opscode.com
-Source: %{mod_name}-%{version}.gem
-#
-Summary: A class based config mixin, similar to the one found in Chef
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary: A class based configuration library
+License: Apache-2.0
+Group: Development/Languages/Ruby
+
%description
-A class based config mixin, similar to the one found in Chef.
+A class based configuration library
+
+%package doc
+Summary: RDoc documentation for %{mod_name}
+Group: Development/Languages/Ruby
+Requires: %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary: Test suite for %{mod_name}
+Group: Development/Languages/Ruby
+Requires: %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
%prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the
surrounding lines
+#gem_build
+
%build
-%install
-%gem_install %{S:0}
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md
%buildroot/%{_docdir}/%{name}/README.md
%files
%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_docdir}/%{name}
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]