source: trunk/server/fedora/specs/rubygems.spec.patch @ 2189

Last change on this file since 2189 was 2189, checked in by ezyang, 12 years ago
Bump rubygems version.
File size: 907 bytes
RevLine 
[2189]1--- rubygems.spec.~1~   2012-04-20 14:46:27.000000000 -0400
2+++ rubygems.spec       2012-05-03 14:12:52.421863447 -0400
[2025]3@@ -15,7 +15,7 @@
4 Summary:       The Ruby standard for packaging ruby libraries
5 Name:          rubygems
6 Version:       1.7.2
[2189]7-Release:       5%{?dist}
8+Release:       5%{?dist}.scripts.%{scriptsversion}
[2025]9 Group:         Development/Libraries
10 # No GPL version is specified.
11 License:       Ruby or GPL+
[2189]12@@ -42,6 +42,9 @@
13 # Insecure connection to SSL repository fix
14 Patch10:       rubygems-1.x.x-ssl-connection-don_t-revert.patch
[2025]15 
16+Provides: scripts-rubygems = %{version}-%{release}
17+Patch1000: rubygems-rails-require-thread.patch
18+
19 Requires:      ruby(abi) = 1.8
20 Requires:      ruby >= 1.8.7
21 Requires:      ruby-rdoc
[2189]22@@ -83,6 +86,8 @@
[2025]23 %patch7 -p1 -b .esc.skip
[2189]24 %patch10 -p1 -b .ssl
[2025]25 
26+%patch1000 -p1 -b .thread
27+
28 # Some of the library files start with #! which rpmlint doesn't like
29 # and doesn't make much sense
30 for f in `find lib -name \*.rb` ; do
Note: See TracBrowser for help on using the repository browser.