]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- use plain configure
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Aug 2003 16:30:26 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby.spec -> 1.41

ruby.spec

index 1fff3e57932724f280923f63ca1b8387665c2b1f..058c1944a764739ed3699cafbfdf024dd1572a7d 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -8,7 +8,7 @@ Version:        1.8.0
 Release:       1
 License:       GPL
 Group:         Development/Languages
-Source0:       http://www.ruby-lang.org/download-1.8.0.rbx/ruby-1.8.0.tar.gz
+Source0:       http://www.ruby-lang.org/download-%{version}.rbx/%{name}-%{version}.tar.gz
 # Source0-md5: 582a65e52598a4a1e9fce523e16e67d6
 Source1:       ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/%{name}-texi-1.4-en.tar.gz
 # Source1-md5: 839fda4af52b5c5c6d21f879f7fc62bf
@@ -79,7 +79,7 @@ perl -pi -e "s#local/bin/ruby#bin/ruby#" sample/*
 
 %build
 #%{__autoconf}
-%configure2_13 \
+%configure \
        --enable-shared
 %{__make}
 
@@ -89,7 +89,8 @@ perl -pi -e "s#local/bin/ruby#bin/ruby#" sample/*
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install sample/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install %{name}-texi-1.4-en/ruby.info* $RPM_BUILD_ROOT%{_infodir}
This page took 0.1304 seconds and 4 git commands to generate.