SPECS: sim.spec - change %{__perl} in %{__sed} favour

shadzik shadzik at pld-linux.org
Mon Apr 9 20:15:02 CEST 2007


Author: shadzik                      Date: Mon Apr  9 18:15:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- change %{__perl} in %{__sed} favour

---- Files affected:
SPECS:
   sim.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/sim.spec
diff -u SPECS/sim.spec:1.31 SPECS/sim.spec:1.32
--- SPECS/sim.spec:1.31	Mon Apr  9 19:55:02 2007
+++ SPECS/sim.spec	Mon Apr  9 20:14:57 2007
@@ -23,6 +23,7 @@
 BuildRequires:	qt-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
 BuildRequires:	xorg-lib-libXScrnSaver-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,7 +53,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
@@ -109,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2007/04/09 18:14:57  shadzik
+- change %{__perl} in %{__sed} favour
+
 Revision 1.31  2007/04/09 17:55:02  shadzik
 - unify build process
 
================================================================

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



More information about the pld-cvs-commit mailing list