An interpreter of object-oriented scripting language
Go to file
Jun Aruga e6a3dff909 ruby.rpmlintrc: Remove prefix match.
A result of ruby.spec file depends on how the spec file is called by rpmlint.

```
$ rpmlint ruby.spec
ruby.spec:20: E: use-of-RPM_SOURCE_DIR
..
0 packages and 1 specfiles checked; 3 errors, 4 warnings.

$ rpmlint ./ruby.spec
./ruby.spec:20: E: use-of-RPM_SOURCE_DIR
..
0 packages and 1 specfiles checked; 3 errors, 4 warnings.
```
2021-05-18 15:40:11 +02:00
.gitignore Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
libruby.stp Add TapSet for Ruby. 2013-02-22 14:17:04 +01:00
macros.ruby Add %{ruby_default_filter} macro. 2013-04-30 14:42:13 +02:00
macros.rubygems Add `%{gem_plugin}` convenience macro. 2021-01-06 14:26:09 +01:00
operating_system.rb Fix: return default path with nonexistent home dir 2018-10-23 13:12:19 +02:00
ruby-1.9.3-mkmf-verbose.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-Enable-configuration-of-archlibdir.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.1.0-always-use-i386.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.1.0-custom-rubygems-location.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.3.0-ruby_version.patch Upgrade to Ruby 3.0.1. 2021-04-06 12:57:56 +02:00
ruby-2.3.1-Rely-on-ldd-to-detect-glibc.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.7.0-Initialize-ABRT-hook.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-dwarf5-avoid_crash-r1.patch Properly support DWARF5 debug information. 2021-03-03 11:26:27 +01:00
ruby-exercise.stp Add missing ruby-exercise.stp file. 2013-02-22 14:17:53 +01:00
ruby.rpmlintrc ruby.rpmlintrc: Remove prefix match. 2021-05-18 15:40:11 +02:00
ruby.spec Fix FTBFS due to an incompatible load. 2021-05-05 14:15:31 +02:00
rubygems.attr Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.con Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.prov Upgrade to Ruby 2.6.0. 2019-01-17 08:31:01 +01:00
rubygems.req Extract composition of dependecy strings into helper. 2019-01-24 10:38:43 +01:00
sources Upgrade to Ruby 3.0.1. 2021-04-06 12:57:56 +02:00
test_abrt.rb Move the ABRT hook test into separate file. 2015-12-13 19:36:58 +01:00
test_systemtap.rb Upgrade to Ruby 2.4.0. 2017-01-09 15:58:21 +01:00