Author: qboosh Date: Fri Jan 4 19:28:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - qt4-qmake -> qmake-qt4
---- Files affected: SPECS: qwt.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/qwt.spec diff -u SPECS/qwt.spec:1.15 SPECS/qwt.spec:1.16 --- SPECS/qwt.spec:1.15 Fri Jan 4 15:44:36 2008 +++ SPECS/qwt.spec Fri Jan 4 20:28:31 2008 @@ -9,12 +9,12 @@ Source0: http://dl.sourceforge.net/qwt/%{name}-%{version}.tar.bz2 # Source0-md5: 53adbb313c478dd4aae4f1c864a2037e URL: http://qwt.sourceforge.net/ -BuildRequires: qt4-qmake BuildRequires: QtCore-devel BuildRequires: QtDesigner-devel BuildRequires: QtGui-devel BuildRequires: QtScript-devel BuildRequires: QtSvg-devel +BuildRequires: qt4-qmake >= 4.3.3-3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -59,15 +59,15 @@ %setup -q %build -qt4-qmake qwt.pro +qmake-qt4 qwt.pro %{__make} -j1 cd examples - qt4-qmake examples.pro - %{__make} - %{__make} distclean - rm -fr .*.cache */.*.cache */*/.*.cache Makefile */moc */obj */*/moc */*/obj +qmake-qt4 examples.pro +%{__make} +%{__make} distclean +rm -fr .*.cache */.*.cache */*/.*.cache Makefile */moc */obj */*/moc */*/obj cd .. %install @@ -120,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008-01-04 19:28:31 qboosh +- qt4-qmake -> qmake-qt4 + Revision 1.15 2008-01-04 14:44:36 sls - added missing BR: Qt*-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qwt.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
