Hello community,

here is the log from the commit of package rubygem-rack-1_3 for 
openSUSE:Factory checked in at 2014-11-24 11:13:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rack-1_3 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rack-1_3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rack-1_3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rack-1_3/rubygem-rack-1_3.changes        
2013-05-13 20:50:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_3.new/rubygem-rack-1_3.changes   
2014-11-24 11:13:01.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Nov  1 23:18:30 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros
+- Fixed all rpmlintrc errors to prevent failing builds with
+  multiple ruby versions
+
+-------------------------------------------------------------------

New:
----
  gem2rpm.yml
  rubygem-rack-1_3-rpmlintrc

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

Other differences:
------------------
++++++ rubygem-rack-1_3.spec ++++++
--- /var/tmp/diff_new_pack.ajIVag/_old  2014-11-24 11:13:02.000000000 +0100
+++ /var/tmp/diff_new_pack.ajIVag/_new  2014-11-24 11:13:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-1_3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,21 +16,34 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-rack-1_3
 Version:        1.3.10
 Release:        0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
-
+%define mod_version_suffix -1_3
+# MANUAL
+BuildRequires:  fdupes
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
+BuildRequires:  update-alternatives
 Url:            http://rack.github.com/
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:        a modular Ruby webserver interface
+Source1:        rubygem-rack-1_3-rpmlintrc
+Source2:        gem2rpm.yml
+Summary:        A modular Ruby webserver interface
 License:        MIT
 Group:          Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq:         update-alternatives
 
 %description
@@ -41,63 +54,19 @@
 middleware) into a single method call.
 Also see http://rack.github.com/.
 
-%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 -f
-mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
-ln -s rackup%{mod_branch} %{buildroot}%{_bindir}/rackup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight}
-
-%preun
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove rackup 
%{_bindir}/rackup%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rackup%{mod_branch}
-%ghost %{_bindir}/rackup
-%{_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}/test
-%{_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}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files="COPYING README.rdoc" \
+  -f
+# MANUAL
+%fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/
+# /MANUAL
+
+%gem_packages
 
 %changelog

++++++ gem2rpm.yml ++++++
:summary: A modular Ruby webserver interface
:version_suffix: '-1_3'

:sources:
  - rubygem-rack-1_3-rpmlintrc

:preamble: |-
  BuildRequires:  fdupes

:post_install: |-
  %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/
++++++ rubygem-rack-1_3-rpmlintrc ++++++
addFilter('wrong-script-interpreter.*rackup')
addFilter('script-without-shebang')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to