SPECS: qt4-qsa.spec - do not see need for regex in sed

glen glen at pld-linux.org
Thu Feb 8 13:53:50 CET 2007


Author: glen                         Date: Thu Feb  8 12:53:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not see need for regex in sed

---- Files affected:
SPECS:
   qt4-qsa.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/qt4-qsa.spec
diff -u SPECS/qt4-qsa.spec:1.5 SPECS/qt4-qsa.spec:1.6
--- SPECS/qt4-qsa.spec:1.5	Thu Feb  8 12:27:29 2007
+++ SPECS/qt4-qsa.spec	Thu Feb  8 13:53:45 2007
@@ -1,9 +1,7 @@
 # $Revision$, $Date$
-
-#TODO:
+# TODO:
 #	- coexistence qt4-qsa with qsa
 #	- pkgconfig for qt4-qsa
-
 Summary:	Qt Script for Applications
 Summary(pl):	Qt Script for Applications - język skryptowy dla aplikacji Qt
 Name:		qt4-qsa
@@ -69,7 +67,7 @@
 
 %prep
 %setup -q -n qsa-x11-opensource-%{version}
-sed -r -i -e "s:INSTALL_PREFIX/lib:INSTALL_PREFIX/%{_lib}:g" src/qsa/qsa.pro
+sed -i -e "s:INSTALL_PREFIX/lib:INSTALL_PREFIX/%{_lib}:g" src/qsa/qsa.pro
 
 %build
 QTBINDIR=%{_libdir}/qt4/bin
@@ -180,6 +178,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/02/08 12:53:45  glen
+- do not see need for regex in sed
+
 Revision 1.5  2007/02/08 11:27:29  pascalek
 - Updated to 1.2.2, fix for packaging on 64bits
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qt4-qsa.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list