# # spec file for package rubygem-gem2rpm # # Copyright (c) 2016 SUSE LINUX 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 ruby23 %bcond_with rubinius25 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} BuildRequires: ruby-macros >= 5 %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 Patch8: 0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch Patch9: 0011-Add-support-for-scripts-pre-post-for-subpackages.patch Patch10: 0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch Patch11: 0013-Also-tag-LICENSE-MIT-as-docfile.patch Patch12: 0014-Refactor-into-multiple-lines.patch Patch13: 0015-Add-licence-to-the-list-of-license-files-as-well.patch Patch14: 0016-add-two-more-ways-to-express-changes.patch Patch15: 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch Patch16: 0017-touch-unpacked-sources.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 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -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 ruby23} %package -n ruby2.3-rubygem-gem2rpm Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n ruby2.3-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.3-rubygem-gem2rpm-doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: ruby2.3-rubygem-gem2rpm = %{version} %description -n ruby2.3-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n ruby2.3-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm.ruby2.3-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm-%{version} gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.3-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ %{_bindir}/gem2rpm.ruby2.3 gem2rpm.ruby2.3 %{_bindir}/gem2rpm.ruby2.3-%{version} %{mod_weight} %preun -n ruby2.3-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm %{_bindir}/gem2rpm.ruby2.3-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} %{_bindir}/gem2rpm.ruby2.3-%{version} /usr/sbin/update-alternatives --remove gem2rpm.ruby2.3 %{_bindir}/gem2rpm.ruby2.3-%{version} fi %files -n ruby2.3-rubygem-gem2rpm %defattr(-,root,root,-) %{_docdir}/ruby2.3-rubygem-gem2rpm #{_bindir}/gem2rpm-opensuse %{_bindir}/gem2rpm.ruby2.3-%{version} %ghost %{_bindir}/gem2rpm.ruby2.3 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm %ghost %{_sysconfdir}/alternatives/gem2rpm.ruby2.3 %ghost %{_sysconfdir}/alternatives/gem2rpm-%{version} # cache file %{_libdir}/ruby/gems/2.3.0/cache/gem2rpm-%{version}.gem %{_libdir}/ruby/gems/2.3.0/gems/gem2rpm-%{version} %{_libdir}/ruby/gems/2.3.0/specifications/gem2rpm-%{version}.gemspec %files -n ruby2.3-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/ruby/gems/2.3.0/doc/gem2rpm-%{version} %endif %if %{with rubinius25} %package -n rbx2.5-rubygem-gem2rpm # MANUAL # /MANUAL Summary: Generate rpm specfiles from gems Group: Development/Languages/Ruby PreReq: update-alternatives %description -n rbx2.5-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.5-rubygem-gem2rpm-doc Summary: RDoc documentation for gem2rpm Group: Development/Languages/Ruby Requires: rbx2.5-rubygem-gem2rpm = %{version} %description -n rbx2.5-rubygem-gem2rpm-doc Documentation generated at gem installation time. Usually in RDoc and RI formats. %post -n rbx2.5-rubygem-gem2rpm /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm gem2rpm /usr/bin/gem2rpm.rbx2.5-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm-%{version} gem2rpm-%{version} /usr/bin/gem2rpm.rbx2.5-%{version} %{mod_weight} /usr/sbin/update-alternatives --install \ /usr/bin/gem2rpm.rbx2.5 gem2rpm.rbx2.5 /usr/bin/gem2rpm.rbx2.5-%{version} %{mod_weight} %preun -n rbx2.5-rubygem-gem2rpm if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove gem2rpm /usr/bin/gem2rpm.rbx2.5-%{version} /usr/sbin/update-alternatives --remove gem2rpm-%{version} /usr/bin/gem2rpm.rbx2.5-%{version} /usr/sbin/update-alternatives --remove gem2rpm.rbx2.5 /usr/bin/gem2rpm.rbx2.5-%{version} fi %files -n rbx2.5-rubygem-gem2rpm %defattr(-,root,root,-) # MANUAL # /MANUAL /usr/share/doc/packages/rbx2.5-rubygem-gem2rpm %{_bindir}/gem2rpm.rbx2.5-%{version} %ghost %{_bindir}/gem2rpm.rbx2.5 %ghost %{_bindir}/gem2rpm-%{version} %ghost %{_bindir}/gem2rpm %ghost /etc/alternatives/gem2rpm %ghost /etc/alternatives/gem2rpm.rbx2.5 %ghost /etc/alternatives/gem2rpm-%{version} # cache file %{_libdir}/rubinius/gems/2.5/cache/gem2rpm-%{version}.gem %{_libdir}/rubinius/gems/2.5/gems/gem2rpm-%{version} %{_libdir}/rubinius/gems/2.5/specifications/gem2rpm-%{version}.gemspec %files -n rbx2.5-rubygem-gem2rpm-doc %defattr(-,root,root,-) %doc %{_libdir}/rubinius/gems/2.5/doc/gem2rpm-%{version} %endif %else %gem_packages %endif %changelog