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

Last change on this file since 2147 was 2141, checked in by ezyang, 12 years ago
Version bump on rubygems.
File size: 899 bytes
  • rubygems.spec

    old new  
    1515Summary:        The Ruby standard for packaging ruby libraries
    1616Name:           rubygems
    1717Version:        1.7.2
    18 Release:        4%{?dist}
     18Release:        4%{?dist}.scripts.%{scriptsversion}
    1919Group:          Development/Libraries
    2020# No GPL version is specified.
    2121License:        Ruby or GPL+
     
    4040# ... and spec_file is not supported yet
    4141Patch7:         rubygems-1.7.2-escape-string-skip-test.patch
    4242
     43Provides: scripts-rubygems = %{version}-%{release}
     44Patch1000: rubygems-rails-require-thread.patch
     45
    4346Requires:       ruby(abi) = 1.8
    4447Requires:       ruby >= 1.8.7
    4548Requires:       ruby-rdoc
     
    7982%patch6 -p1 -b .esc
    8083%patch7 -p1 -b .esc.skip
    8184
     85%patch1000 -p1 -b .thread
     86
    8287# Some of the library files start with #! which rpmlint doesn't like
    8388# and doesn't make much sense
    8489for f in `find lib -name \*.rb` ; do
Note: See TracBrowser for help on using the repository browser.