]> git.pld-linux.org Git - packages/QLandkarte.git/commitdiff
- qt4-qmake -> qmake-qt4
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 19:30:14 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    QLandkarte.spec -> 1.6

QLandkarte.spec

index c764ea3b8d27c8d7d1f65c0a583612dafdb69896..631187dc992c7530b1e86948ab1db3f9bf434355 100644 (file)
@@ -16,8 +16,8 @@ BuildRequires:        QtXml-devel
 BuildRequires: QtNetwork-devel
 BuildRequires: libusb-devel
 BuildRequires: proj-devel
-BuildRequires: qt4-qmake
-BuildRequires: qt4-build
+BuildRequires: qt4-build >= 4.3.3-3
+BuildRequires: qt4-qmake >= 4.3.3-3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,7 +30,8 @@ Klon MapSource pod Linuksa.
 %setup -q -n %{name}
 
 %build
-qt4-qmake "QMAKE_CXXFLAGS_RELEASE=%{rpmcxxflags}" \
+qmake-qt4 \
+       "QMAKE_CXXFLAGS_RELEASE=%{rpmcxxflags}" \
        -after CONFIG+=%{!?debug:release}%{?debug:debug} QLandkarte.pro
 %{__make}
 
This page took 0.079314 seconds and 4 git commands to generate.