Update version, use parallel make, and correct typical german english mistakes.

Wed, 29 Aug 2012 18:43:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 29 Aug 2012 18:43:28 +0200
changeset 643
0bf572151f0d
parent 642
f954b9674ace
child 644
f341c75337f6

Update version, use parallel make, and correct typical german english mistakes.

ruby/ruby.spec file | annotate | diff | comparison | revisions
     1.1 --- a/ruby/ruby.spec	Wed Aug 29 18:42:28 2012 +0200
     1.2 +++ b/ruby/ruby.spec	Wed Aug 29 18:43:28 2012 +0200
     1.3 @@ -22,9 +22,9 @@
     1.4  ##
     1.5  
     1.6  #   package versions
     1.7 -%define       V_dist   1.9.3-p125
     1.8 -%define       V_subdir 1.9.3-p125
     1.9 -%define       V_opkg   1.9.3p125
    1.10 +%define       V_dist   1.9.3-p194
    1.11 +%define       V_subdir 1.9.3-p194
    1.12 +%define       V_opkg   1.9.3p194
    1.13  
    1.14  #   package information
    1.15  Name:         ruby
    1.16 @@ -37,7 +37,7 @@
    1.17  Group:        Language
    1.18  License:      GPL
    1.19  Version:      %{V_opkg}
    1.20 -Release:      20120414
    1.21 +Release:      20120800
    1.22  
    1.23  #   list of sources
    1.24  Source0:      ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{V_dist}.tar.gz
    1.25 @@ -50,9 +50,9 @@
    1.26  
    1.27  %description
    1.28      Ruby is an interpreted scripting language for quick and easy
    1.29 -    object-oriented programming. It has many features to process text
    1.30 -    files and to do system management tasks (as in Perl). It is simple,
    1.31 -    straight-forward, extensible, and portable.
    1.32 +    object oriented programming. It has many features to process text
    1.33 +    files and to do system management tasks (as in Perl.) It is simple,
    1.34 +    straight forward, extensible, and portable.
    1.35  
    1.36  %track
    1.37      prog ruby = {
    1.38 @@ -73,7 +73,7 @@
    1.39          --mandir=%{l_prefix}/man \
    1.40          --with-ldflags="%{l_ldflags}" \
    1.41          --disable-shared
    1.42 -    %{l_make} %{l_mflags}
    1.43 +    %{l_make} %{l_mflags -O}
    1.44  
    1.45  %install
    1.46      %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}

mercurial