SPECS: vym.spec - fix for sed patter

glen glen at pld-linux.org
Tue Aug 9 07:25:37 CEST 2005


Author: glen                         Date: Tue Aug  9 05:25:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for sed patter

---- Files affected:
SPECS:
   vym.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/vym.spec
diff -u SPECS/vym.spec:1.3 SPECS/vym.spec:1.4
--- SPECS/vym.spec:1.3	Tue Aug  9 07:21:50 2005
+++ SPECS/vym.spec	Tue Aug  9 07:25:31 2005
@@ -38,7 +38,7 @@
     QMAKE_LINK="%{__cxx}" \
     QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
     QMAKE_RPATH=
-sed -i -e 's/-lqt\b/-lqt-mt/' Makefile
+sed -i -e 's/-lqt /-lqt-mt /' Makefile
 %{__make} \
     QTDIR=%{_prefix}
 
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/08/09 05:25:31  glen
+- fix for sed patter
+
 Revision 1.3  2005/08/09 05:21:50  glen
 - my Makefile already has -lqt-mt, better regex
 - missing BR for sed 4.0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vym.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list