source:
branches/fc17-dev/server/fedora/specs/rubygems.spec.patch
@
2195
Last change on this file since 2195 was 2195, checked in by ezyang, 12 years ago | |
---|---|
File size: 907 bytes |
-
rubygems.spec
old new 15 15 Summary: The Ruby standard for packaging ruby libraries 16 16 Name: rubygems 17 17 Version: 1.7.2 18 Release: 5%{?dist} 18 Release: 5%{?dist}.scripts.%{scriptsversion} 19 19 Group: Development/Libraries 20 20 # No GPL version is specified. 21 21 License: Ruby or GPL+ … … 42 42 # Insecure connection to SSL repository fix 43 43 Patch10: rubygems-1.x.x-ssl-connection-don_t-revert.patch 44 44 45 Provides: scripts-rubygems = %{version}-%{release} 46 Patch1000: rubygems-rails-require-thread.patch 47 45 48 Requires: ruby(abi) = 1.8 46 49 Requires: ruby >= 1.8.7 47 50 Requires: ruby-rdoc … … 83 86 %patch7 -p1 -b .esc.skip 84 87 %patch10 -p1 -b .ssl 85 88 89 %patch1000 -p1 -b .thread 90 86 91 # Some of the library files start with #! which rpmlint doesn't like 87 92 # and doesn't make much sense 88 93 for f in `find lib -name \*.rb` ; do
Note: See TracBrowser
for help on using the repository browser.