source:
branches/fc17-dev/server/fedora/specs/rubygems.spec.patch
@
2731
Last change on this file since 2731 was 2198, checked in by ezyang, 12 years ago | |
---|---|
File size: 869 bytes |
-
rubygems.spec
old new 18 18 Summary: The Ruby standard for packaging ruby libraries 19 19 Name: rubygems 20 20 Version: 1.8.24 21 Release: 1%{?dist} 21 Release: 1%{?dist}.scripts.%{scriptsversion} 22 22 Group: Development/Libraries 23 23 License: Ruby or MIT 24 24 … … 52 52 # https://github.com/rubygems/rubygems/issues/210 53 53 Patch109: rubygems-1.8.11-binary-extensions.patch 54 54 55 Provides: scripts-rubygems = %{version}-%{release} 56 Patch1000: rubygems-rails-require-thread.patch 55 57 56 58 Requires: ruby(abi) = 1.9.1 57 59 Requires: rubygem(rdoc) >= 3.9.4 … … 97 99 %patch105 -p1 -b .uninst 98 100 %patch109 -p1 -b .bindir 99 101 102 %patch1000 -p1 -b .thread 103 100 104 # Some of the library files start with #! which rpmlint doesn't like 101 105 # and doesn't make much sense 102 106 for f in `find lib -name \*.rb` ; do
Note: See TracBrowser
for help on using the repository browser.