]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- qt4-qmake -> qmake-qt4
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 20:14:02 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.4

qt4.spec

index 9859c57d1da42feed0f163f7013a214b238a4477..a551fe40457036f4ba30c4a512d4ca5bcc35b441 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -16,8 +16,9 @@ BuildRequires:        QtCore-devel
 #BuildRequires:        QtSvg-devel
 #BuildRequires:        QtTest-devel
 #BuildRequires:        QtXml-devel
-BuildRequires: qt4-build
-BuildRequires: qt4-qmake
+# require ">= 4.3.3-3" if some tool is invoked by *-qt4 name
+BuildRequires: qt4-build >= 4.3.3-3
+BuildRequires: qt4-qmake >= 4.3.3-3
 BuildRequires: rpmbuild(macros) >= 1.129
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,7 +30,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q
 
 %build
-qt4-qmake
+qmake-qt4
 %{__make}
 
 %install
This page took 0.216078 seconds and 4 git commands to generate.