commit rubygem-rack-1_4 for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-rack-1_4 for openSUSE:Factory checked in at 2014-11-24 11:13:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rack-1_4/rubygem-rack-1_4.changes 2013-05-13 20:50:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_4.new/rubygem-rack-1_4.changes 2014-11-24 11:13:03.000000000 +0100 @@ -1,0 +2,11 @@ +Sat Nov 1 23:27:08 UTC 2014 - tboerger@suse.com + +- Fixed all rpmlintrc errors to prevent failing builds with + multiple ruby versions + +------------------------------------------------------------------- +Wed Oct 22 07:17:39 UTC 2014 - tboerger@suse.com + +- Updated to new ruby macros + +------------------------------------------------------------------- New: ---- gem2rpm.yml rubygem-rack-1_4-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rack-1_4.spec ++++++ --- /var/tmp/diff_new_pack.L4jl0B/_old 2014-11-24 11:13:04.000000000 +0100 +++ /var/tmp/diff_new_pack.L4jl0B/_new 2014-11-24 11:13:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rack-1_4 # -# 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_4 Version: 1.4.5 Release: 0 %define mod_name rack %define mod_full_name %{mod_name}-%{version} - +%define mod_version_suffix -1_4 +# 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_4-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_4' :sources: - rubygem-rack-1_4-rpmlintrc :preamble: |- BuildRequires: fdupes :post_install: |- %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ ++++++ rubygem-rack-1_4-rpmlintrc ++++++ addFilter('wrong-script-interpreter.*rackup') addFilter('script-without-shebang') -- 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