commit rubygem-metaclass for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-metaclass for openSUSE:Factory checked in at 2012-08-04 09:43:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-metaclass (Old) and /work/SRC/openSUSE:Factory/.rubygem-metaclass.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-metaclass", Maintainer is "ro@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-metaclass/rubygem-metaclass.changes 2012-05-16 21:09:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-metaclass.new/rubygem-metaclass.changes 2012-08-04 09:43:18.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 1 07:58:56 UTC 2012 - jreidinger@suse.com + +- use new gem2rpm to get new provisions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-metaclass.spec ++++++ --- /var/tmp/diff_new_pack.UWUJXb/_old 2012-08-04 09:43:18.000000000 +0200 +++ /var/tmp/diff_new_pack.UWUJXb/_new 2012-08-04 09:43:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-metaclass # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,25 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild + Name: rubygem-metaclass Version: 0.0.1 Release: 0 %define mod_name metaclass %define mod_full_name %{mod_name}-%{version} -# -Group: Development/Languages/Ruby -License: MIT -# + BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires -Provides: rubygem-%{mod_name}-0_0 = %{version} -# +BuildRequires: ruby-macros >= 1 Url: http://github.com/floehopper/metaclass Source: %{mod_full_name}.gem -# Summary: Adds a metaclass method to all Ruby objects +License: MIT +Group: Development/Languages/Ruby + %description Adds a metaclass method to all Ruby objects @@ -41,6 +37,7 @@ 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. @@ -49,16 +46,19 @@ 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 %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de