Hello community,

here is the log from the commit of package rubygem-abstract for 
openSUSE:Factory checked in at 2015-01-23 15:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-abstract (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-abstract.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-abstract"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-abstract/rubygem-abstract.changes        
2012-03-27 08:58:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-abstract.new/rubygem-abstract.changes   
2015-01-23 15:47:09.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 12 17:00:17 UTC 2015 - [email protected]
+
+- update to new gem2rpm scheme 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-abstract.spec ++++++
--- /var/tmp/diff_new_pack.bIIJ2L/_old  2015-01-23 15:47:09.000000000 +0100
+++ /var/tmp/diff_new_pack.bIIJ2L/_new  2015-01-23 15:47:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-abstract (Version 1.0.0)
+# spec file for package rubygem-abstract
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,45 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-abstract
 Version:        1.0.0
-Release:        217
+Release:        0
 %define mod_name abstract
-#
-Group:          Development/Languages/Ruby
-License:        Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:            http://rubyforge.org/projects/abstract
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        A library which enable you to define abstract method in Ruby
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:        a library which enable you to define abstract method in Ruby
+License:        Ruby
+Group:          Development/Languages/Ruby
 
 %description
-'abstract.rb' is a library which enable you to define abstract method
-in Ruby.
+'abstract.rb' is a library which enable you to define abstract method in Ruby.
 
 %prep
 
 %build
 
 %install
-%gem_install %{S:0}
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install \
+  --doc-files="ChangeLog README.txt" \
+  -f
 
-%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}/
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to