SPECS (AC-branch): sim.spec - change __perl in __sed favour

shadzik shadzik at pld-linux.org
Mon Apr 9 20:16:26 CEST 2007


Author: shadzik                      Date: Mon Apr  9 18:16:26 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- change __perl in __sed favour

---- Files affected:
SPECS:
   sim.spec (1.19.2.7 -> 1.19.2.8) 

---- Diffs:

================================================================
Index: SPECS/sim.spec
diff -u SPECS/sim.spec:1.19.2.7 SPECS/sim.spec:1.19.2.8
--- SPECS/sim.spec:1.19.2.7	Mon Apr  9 20:11:40 2007
+++ SPECS/sim.spec	Mon Apr  9 20:16:21 2007
@@ -23,6 +23,7 @@
 BuildRequires:	qt-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,7 +52,7 @@
 %patch0 -p1
 %patch1 -p0
 
-%{__perl} -pi -e 's@^sim_plugindir=.*@sim_plugindir="%{_libdir}/sim"@' configure.in.in
+%{__sed} -i -e 's@^sim_plugindir=.*@sim_plugindir="%{_libdir}/sim"@' configure.in.in
 
 %build
 %{__make} -f admin/Makefile.common cvs
@@ -108,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19.2.8  2007/04/09 18:16:21  shadzik
+- change __perl in __sed favour
+
 Revision 1.19.2.7  2007/04/09 18:11:40  shadzik
 - unify build process
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sim.spec?r1=1.19.2.7&r2=1.19.2.8&f=u



More information about the pld-cvs-commit mailing list