SPECS: ruby.spec - fix typo: s/runnter/runner/ - fix /usr/local/bi...

twittner twittner at pld-linux.org
Mon Dec 26 21:52:29 CET 2005


Author: twittner                     Date: Mon Dec 26 20:52:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix typo: s/runnter/runner/
- fix /usr/local/bin fix, use sed instead of perl, BR: sed >= 4.0

---- Files affected:
SPECS:
   ruby.spec (1.120 -> 1.121) 

---- Diffs:

================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.120 SPECS/ruby.spec:1.121
--- SPECS/ruby.spec:1.120	Mon Dec 26 09:28:32 2005
+++ SPECS/ruby.spec	Mon Dec 26 21:52:24 2005
@@ -43,6 +43,7 @@
 BuildRequires:	gdbm-devel >= 1.8.3
 BuildRequires:	ncurses-devel
 BuildRequires:	readline-devel >= 4.2
+BuildRequires:	sed >= 4.0
 BuildRequires:	texinfo
 BuildRequires:	tk-devel
 BuildRequires:	unzip
@@ -100,7 +101,7 @@
 - rdoc - documentation tool for source code
 - irb - interactive Ruby
 - ri - Ruby interactive reference
-- testrb - automatic runnter for Test::Unit of Ruby
+- testrb - automatic runner for Test::Unit of Ruby
 
 %description modules -l pl
 Standardowe moduły i narzędzia Ruby:
@@ -108,7 +109,7 @@
 - rdoc - narzędzie do dokumentowania kodu źródłowego
 - irb - interaktywny Ruby
 - ri - interaktywna dokumentacja Ruby
-- testrb - automatyczny runnter dla Ruby Test::Unit
+- testrb - automatyczny runner dla Ruby Test::Unit
 
 %package tk
 Summary:	Ruby/Tk bindings
@@ -187,7 +188,7 @@
 %patch1 -p1
 #%patch3 -p1
 
-find . -name '*.rb' -or -name '*.cgi' -or -name '*.test' | xargs perl -pi -e "s#/usr/local/bin#bin#"
+find . -name '*.rb' -or -name '*.cgi' -or -name '*.test' | xargs %{__sed} -i "s#/usr/local/bin/#/usr/bin/#"
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -278,8 +279,6 @@
 %doc README README.EXT ChangeLog ToDo
 %attr(755,root,root) %{_bindir}/ruby
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-# below - what's for? (empty)
-#%%dir %{_datadir}/%{name}
 %{_mandir}/man1/ruby.1*
 %{_infodir}/*.info*
 
@@ -363,6 +362,7 @@
 %{_mandir}/man1/rdoc.1*
 %{_mandir}/man1/ri.1*
 %{_mandir}/man1/testrb.1*
+%dir %{_datadir}/%{name}
 %dir %{_datadir}/ri
 %dir %{_datadir}/ri/1.8
 %dir %{_datadir}/ri/1.8/system
@@ -385,6 +385,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121  2005/12/26 20:52:24  twittner
+- fix typo: s/runnter/runner/
+- fix /usr/local/bin fix, use sed instead of perl, BR: sed >= 4.0
+
 Revision 1.120  2005/12/26 08:28:32  ankry
 - formatting
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.120&r2=1.121&f=u



More information about the pld-cvs-commit mailing list