| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby2.5-rubygem-gem2rpm | Distribution: openSUSE Step 15 |
| Version: 0.10.1 | Vendor: openSUSE |
| Release: 3.2 | Build date: Sat Feb 6 10:09:35 2021 |
| Group: Development/Languages/Ruby | Build host: obs-arm-6 |
| Size: 62140 | Source RPM: rubygem-gem2rpm-0.10.1-3.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/lutter/gem2rpm/ | |
| Summary: Generate rpm specfiles from gems | |
Generate source rpms and rpm spec files from a Ruby Gem. The spec file tries to follow the gem as closely as possible
GPL-2.0+
* Wed Nov 08 2017 mrueckert@suse.de
- disable 2.2 on suse_version 1315
* Wed Aug 09 2017 mrueckert@suse.de
- add ruby 2.5 support
* Thu Nov 10 2016 mrueckert@suse.de
- fix gem2rpm --fetch: prefer https for accessing rubygems.org
(bnc #963710)
adds 0026-use-https-instead-of-http-for-rubygems.org.patch
* Thu Nov 10 2016 mrueckert@suse.de
- added support for 2.4.0
* Thu Nov 10 2016 mrueckert@suse.de
- dropped all patches and replaced them with git format-patch
series:
- modified:
0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch
0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch
0003-new-opensuse-templates.-they-require-the-config-file.patch
0004-added-example-gem2rpm.yml.patch
0005-properly-shorten-description-and-summary.patch
0006-Preserve-the-license-header-found-in-the-output-file.patch
0007-fixes-for-the-opensuse-template.patch
0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch
0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch
0011-Add-support-for-scripts-pre-post-for-subpackages.patch
0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch
0013-Also-tag-LICENSE-MIT-as-docfile.patch
0014-Refactor-into-multiple-lines.patch
0015-Add-licence-to-the-list-of-license-files-as-well.patch
0016-add-two-more-ways-to-express-changes.patch
- dropped:
0017-touch-unpacked-sources.patch
0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
- newly added:
0017-.markdown-is-also-seen-in-the-wild.patch
0018-Only-use-the-extensions-doc-dir-on-MRI-2.1.x.patch
0019-Cleaner-solution-for-the-extensions-doc-dir.patch
0020-Ruby-1.8-insists-on-the-for-the-parameter.patch
0021-Fix-company-name-in-copyright-header.patch
0022-add-the-touch-for-build-compare-to-the-template.patch
0023-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
0024-add-ability-to-provide-alternative-main-Source.patch
0025-allow-running-commands-after-patching.patch
- added :post_patch hook to run commands before we rebuild the gem
used by libv8
* Mon Jul 18 2016 tbechtold@suse.com
- add 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
* Wed Apr 06 2016 coolo@suse.com
- add 0017-touch-unpacked-sources.patch to please build-compare
* Wed Nov 11 2015 mrueckert@suse.de
- remove the rubinius 2.2 support
- add support for rubinius 2.5 and ruby 2.3
* Thu Apr 16 2015 mrueckert@suse.de
- update
0003-new-opensuse-templates.-they-require-the-config-file.patch:
Fix company name in copyright header
* Wed Feb 11 2015 coolo@suse.com
- more patches from git:
A 0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch
A 0011-Add-support-for-scripts-pre-post-for-subpackages.patch
A 0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch
A 0013-Also-tag-LICENSE-MIT-as-docfile.patch
A 0014-Refactor-into-multiple-lines.patch
A 0015-Add-licence-to-the-list-of-license-files-as-well.patch
A 0016-add-two-more-ways-to-express-changes.patch
* Tue Oct 21 2014 mrueckert@suse.de
- added 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
No longer require the ruby version inside the subpackage
With the buildrequires we already make sure that the package is
only built if we find a recent enough ABI. then the normal
$interpreter(abi) requires generated by rpm is enough
* Tue Oct 21 2014 mrueckert@suse.de
- refreshed patch series to match the git again:
M 0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch
M 0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch
A 0003-new-opensuse-templates.-they-require-the-config-file.patch
A 0004-added-example-gem2rpm.yml.patch
A 0005-properly-shorten-description-and-summary.patch
A 0006-Preserve-the-license-header-found-in-the-output-file.patch
A 0007-fixes-for-the-opensuse-template.patch
A 0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch
D 0003-sle-12-templates.-they-require-the-config-file-suppo.patch
D 0004-openSUSE-template-fixes.patch
D 0005-added-example-gem2rpm.yml.patch
D 0006-properly-shorten-description-and-summary.patch
D 0007-Preserve-the-license-header-found-in-the-output-file.patch
D 0008-dont-allow-suffixes-with-just-a-plain-number.-prefix.patch
D 0009-rubinius-has-no-extensions-docdir.patch
D 0010-switch-to-new-packaging-scheme-by-default.patch
D 0011-fixes-for-the-opensuse-template.patch
- new patch for fixing usage of not() which breaks on 1.8
* Wed Oct 15 2014 coolo@suse.com
- add 0011-fixes-for-the-opensuse-template.patch to survive
format_spec formatting
* Mon Oct 13 2014 mrueckert@suse.de
- added 0009-rubinius-has-no-extensions-docdir.patch
special casing for rubinius
- added 0010-switch-to-new-packaging-scheme-by-default.patch
move to new packaging templates by default
/etc/alternatives/gem2rpm /etc/alternatives/gem2rpm-0.10.1 /etc/alternatives/gem2rpm.ruby2.5 /usr/bin/gem2rpm /usr/bin/gem2rpm-0.10.1 /usr/bin/gem2rpm.ruby2.5 /usr/bin/gem2rpm.ruby2.5-0.10.1 /usr/lib/ruby/gems/2.5.0/cache/gem2rpm-0.10.1.gem /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1 /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/AUTHORS /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/LICENSE /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/README /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/bin /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/bin/gem2rpm /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/dependency.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/distro.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/format.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/helpers.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/package.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/spec_fetcher.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/lib/gem2rpm/specification.rb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/default.spec.erb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/fedora-17-18.spec.erb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/fedora-19-21.spec.erb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/fedora-21-rawhide.spec.erb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/fedora.spec.erb /usr/lib/ruby/gems/2.5.0/gems/gem2rpm-0.10.1/templates/opensuse.spec.erb /usr/lib/ruby/gems/2.5.0/specifications/gem2rpm-0.10.1.gemspec /usr/share/doc/packages/ruby2.5-rubygem-gem2rpm /usr/share/doc/packages/ruby2.5-rubygem-gem2rpm/AUTHORS /usr/share/doc/packages/ruby2.5-rubygem-gem2rpm/LICENSE /usr/share/doc/packages/ruby2.5-rubygem-gem2rpm/README /usr/share/doc/packages/ruby2.5-rubygem-gem2rpm/gem2rpm.yml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:21:13 2026