Hello community,

here is the log from the commit of package rubygem-rack-1_4 for 
openSUSE:Factory checked in at 2012-08-04 22:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rack-1_4 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rack-1_4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rack-1_4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rack-1_4/rubygem-rack-1_4.changes        
2012-04-12 09:51:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_4.new/rubygem-rack-1_4.changes   
2012-08-05 00:05:24.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 13:13:42 UTC 2012 - [email protected]
+
+- use new gem2rpm to provide new provisions 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-rack-1_4.spec ++++++
--- /var/tmp/diff_new_pack.h3jJUR/_old  2012-08-05 00:05:36.000000000 +0200
+++ /var/tmp/diff_new_pack.h3jJUR/_new  2012-08-05 00:05:36.000000000 +0200
@@ -19,21 +19,19 @@
 Name:           rubygem-rack-1_4
 Version:        1.4.1
 Release:        0
-License:        MIT
-Summary:        A modular Ruby webserver interface
-Url:            http://rack.rubyforge.org
-Group:          Development/Languages/Ruby
 %define mod_name rack
 %define mod_branch -1_4
 %define mod_weight 14
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:       rubygem-%{mod_name} = %{version}
-Provides:       rubygem-%{mod_name}-1 = %{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 1
 Requires(pre):  update-alternatives
-%rubygems_requires
+Url:            http://rack.rubyforge.org
+Source:         %{mod_full_name}.gem
+Summary:        a modular Ruby webserver interface
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
 Rack provides a minimal, modular and adaptable interface for developing
@@ -41,7 +39,6 @@
 the simplest way possible, it unifies and distills the API for web
 servers, web frameworks, and software in between (the so-called
 middleware) into a single method call.
-
 Also see http://rack.rubyforge.org.
 
 %package doc
@@ -62,9 +59,14 @@
 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 %{SOURCE0}
+%gem_install -f
 mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
 ln -s rackup %{buildroot}%{_bindir}/rackup
 


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

Reply via email to