# # spec file for package rubygem-gem2rpm # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %bcond_without gem2rpm_bootstrap %bcond_with ruby18 %bcond_with ruby19 %bcond_with ruby20 %bcond_with ruby21 %bcond_with ruby22 %bcond_with rubinius22 Name: rubygem-gem2rpm Version: 0.10.1 Release: 0 %define mod_name gem2rpm %define mod_full_name %{mod_name}-%{version} %define mod_branch -%{version} %define mod_weight 1001 #define rb_build_versions %{rb_default_ruby} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 5 BuildRequires: %{ruby} %if %{with gem2rpm_bootstrap} #!BuildIgnore: rubygem(gem2rpm) rubygem(ruby:2.1.0:gem2rpm) rubygem(ruby:2.2.0:gem2rpm) rubygem(rbx:2.2:gem2rpm) %else BuildRequires: %{rubygem gem2rpm} %endif BuildRequires: update-alternatives Url: https://github.com/lutter/gem2rpm/ Source: http://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml.documentation Source2: gem2rpm-opensuse Source3: series Patch0: 0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch Patch1: 0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch Patch2: 0003-new-opensuse-templates.-they-require-the-config-file.patch Patch3: 0004-added-example-gem2rpm.yml.patch Patch4: 0005-properly-shorten-description-and-summary.patch Patch5: 0006-Preserve-the-license-header-found-in-the-output-file.patch Patch6: 0007-fixes-for-the-opensuse-template.patch Patch7: 0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch Summary: Generate rpm specfiles from gems License: GPL-2.0+ Group: Development/Languages/Ruby PreReq: update-alternatives %description Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %prep %gem_unpack %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %build %gem_build %install %gem_install -f --symlink-binaries --doc-files="AUTHORS LICENSE README" for i in %{buildroot}%{_docdir}/*rubygem-gem2rpm*/ ; do install -m 0644 %{S:1} $i/gem2rpm.yml done %if %{with gem2rpm_bootstrap} %if %{with ruby21} %package -n ruby2.1-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby2.1-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %package -n ruby2.1-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby2.1-rubygem-gem2rpm = %{version} %description -n ruby2.1-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby2.1-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby2.1-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.1-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby2.1 gem2rpm.ruby2.1 %{_bindir}/gem2rpm.ruby2.1-%{version} %{mod_weight} %preun -n ruby2.1-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby2.1-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.1-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby2.1 %{_bindir}/gem2rpm.ruby2.1-%{version} fi %files -n ruby2.1-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby2.1-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby2.1-%{version} %ghost %{_bindir}/gem2rpm.ruby2.1 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby2.1 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/2.1.0/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/2.1.0/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/2.1.0/specifications/gem2rpm-%{version}.gemspec %files -n ruby2.1-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/2.1.0/doc/gem2rpm-%{version} %endif %if %{with ruby18} %package -n ruby1.8-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby1.8-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %package -n ruby1.8-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby1.8-rubygem-gem2rpm = %{version} %description -n ruby1.8-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby1.8-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby1.8-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby1.8-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby1.8 gem2rpm.ruby1.8 %{_bindir}/gem2rpm.ruby1.8-%{version} %{mod_weight} %preun -n ruby1.8-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby1.8-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby1.8-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby1.8 %{_bindir}/gem2rpm.ruby1.8-%{version} fi %files -n ruby1.8-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby1.8-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby1.8-%{version} %ghost %{_bindir}/gem2rpm.ruby1.8 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby1.8 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/1.8/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/1.8/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/1.8/specifications/gem2rpm-%{version}.gemspec %files -n ruby1.8-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/1.8/doc/gem2rpm-%{version} %endif %if %{with ruby19} %package -n ruby1.9-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby1.9-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %package -n ruby1.9-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby1.9-rubygem-gem2rpm = %{version} %description -n ruby1.9-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby1.9-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby1.9-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby1.9-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby1.9 gem2rpm.ruby1.9 %{_bindir}/gem2rpm.ruby1.9-%{version} %{mod_weight} %preun -n ruby1.9-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby1.9-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby1.9-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby1.9 %{_bindir}/gem2rpm.ruby1.9-%{version} fi %files -n ruby1.9-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby1.9-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby1.9-%{version} %ghost %{_bindir}/gem2rpm.ruby1.9 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby1.9 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/1.9.1/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/1.9.1/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/1.9.1/specifications/gem2rpm-%{version}.gemspec %files -n ruby1.9-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/1.9.1/doc/gem2rpm-%{version} %endif %if %{with ruby20} %package -n ruby2.0-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby2.0-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %package -n ruby2.0-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby2.0-rubygem-gem2rpm = %{version} %description -n ruby2.0-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby2.0-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby2.0-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.0-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby2.0 gem2rpm.ruby2.0 %{_bindir}/gem2rpm.ruby2.0-%{version} %{mod_weight} %preun -n ruby2.0-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby2.0-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.0-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby2.0 %{_bindir}/gem2rpm.ruby2.0-%{version} fi %files -n ruby2.0-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby2.0-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby2.0-%{version} %ghost %{_bindir}/gem2rpm.ruby2.0 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby2.0 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/2.0.0/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/2.0.0/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/2.0.0/specifications/gem2rpm-%{version}.gemspec %files -n ruby2.0-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/2.0.0/doc/gem2rpm-%{version} %endif %if %{with ruby22} %package -n ruby2.2-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby2.2-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible %package -n ruby2.2-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby2.2-rubygem-gem2rpm = %{version} %description -n ruby2.2-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby2.2-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby2.2-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.2-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby2.2 gem2rpm.ruby2.2 %{_bindir}/gem2rpm.ruby2.2-%{version} %{mod_weight} %preun -n ruby2.2-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby2.2-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.2-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby2.2 %{_bindir}/gem2rpm.ruby2.2-%{version} fi %files -n ruby2.2-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby2.2-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby2.2-%{version} %ghost %{_bindir}/gem2rpm.ruby2.2 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby2.2 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/2.2.0/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/2.2.0/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/2.2.0/specifications/gem2rpm-%{version}.gemspec %files -n ruby2.2-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/2.2.0/doc/gem2rpm-%{version} %endif %if %{with rubinius22} %package -n rbx2.2-rubygem-gem2rpm # MANUAL # /MANUAL Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n rbx2.2-rubygem-gem2rpm Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible. %package -n rbx2.2-rubygem-gem2rpm-doc Summary: RDoc documentation for gem2rpm Group: Development/Languages/Ruby Requires: rbx2.2-rubygem-gem2rpm = %{version} %description -n rbx2.2-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n rbx2.2-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm gem2rpm /usr/bin/gem2rpm.rbx2.2-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm-%{version} gem2rpm-%{version} /usr/bin/gem2rpm.rbx2.2-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm.rbx2.2 gem2rpm.rbx2.2 /usr/bin/gem2rpm.rbx2.2-%{version} %{mod_weight} %preun -n rbx2.2-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm /usr/bin/gem2rpm.rbx2.2-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} /usr/bin/gem2rpm.rbx2.2-%{version} /usr/sbin/update-alternatives --remove gem2rpm.rbx2.2 /usr/bin/gem2rpm.rbx2.2-%{version} fi %files -n rbx2.2-rubygem-gem2rpm %defattr(-,root,root,-) # MANUAL # /MANUAL /usr/share/doc/packages/rbx2.2-rubygem-gem2rpm %{_bindir}/gem2rpm.rbx2.2-%{version} %ghost %{_bindir}/gem2rpm.rbx2.2 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost /etc/alternatives/gem2rpm %ghost /etc/alternatives/gem2rpm.rbx2.2 %ghost /etc/alternatives/gem2rpm-%{version} # cache file %{_libdir}/rubinius/gems/2.2/cache/gem2rpm-%{version}.gem %{_libdir}/rubinius/gems/2.2/gems/gem2rpm-%{version} %{_libdir}/rubinius/gems/2.2/specifications/gem2rpm-%{version}.gemspec %files -n rbx2.2-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/rubinius/gems/2.2/doc/gem2rpm-%{version} %endif %else %gem_packages %endif %changelog