SPECS: vym.spec - my Makefile already has -lqt-mt, better regex - ...

glen glen at pld-linux.org
Tue Aug 9 07:21:55 CEST 2005


Author: glen                         Date: Tue Aug  9 05:21:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- my Makefile already has -lqt-mt, better regex
- missing BR for sed 4.0

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

---- Diffs:

================================================================
Index: SPECS/vym.spec
diff -u SPECS/vym.spec:1.2 SPECS/vym.spec:1.3
--- SPECS/vym.spec:1.2	Tue Aug  9 01:46:51 2005
+++ SPECS/vym.spec	Tue Aug  9 07:21:50 2005
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-
 Summary:	View Your Mind, a mind mapping tool.
 Summary(pl):	View Your Mind, program do tworzenia map myśli.
 Name:		vym
@@ -11,6 +10,7 @@
 # Source0-md5:	f1d4ba9f5a2362a213f7ff90ad6cdfec
 Patch0:		%{name}-includes.patch
 URL:		http://www.insilmaril.de/vym
+BuildRequires:	sed >= 4.0
 BuildRequires:	qmake
 BuildRequires:	qt-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,7 +38,7 @@
     QMAKE_LINK="%{__cxx}" \
     QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
     QMAKE_RPATH=
-sed -i -e 's/-lqt/-lqt-mt/' Makefile
+sed -i -e 's/-lqt\b/-lqt-mt/' Makefile
 %{__make} \
     QTDIR=%{_prefix}
 
@@ -63,6 +63,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/08/09 05:21:50  glen
+- my Makefile already has -lqt-mt, better regex
+- missing BR for sed 4.0
+
 Revision 1.2  2005/08/08 23:46:51  wolf
 - missing includes
 
================================================================

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




More information about the pld-cvs-commit mailing list