[qconf] BR: qt4-devel (#751249)

Rex Dieter rdieter at fedoraproject.org
Sun Jan 1 17:42:35 UTC 2012


commit c0cc447975242cce6d893387a51d112feca8de56
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jan 1 11:42:32 2012 -0600

    BR: qt4-devel (#751249)

 qconf.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/qconf.spec b/qconf.spec
index ff513c7..30a27b3 100644
--- a/qconf.spec
+++ b/qconf.spec
@@ -1,7 +1,7 @@
 Summary:        Tool for generating configure script for qmake-based projects
 Name:           qconf
 Version:        1.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Group:          Development/Tools
 License:        GPLv2+ with exceptions
@@ -15,8 +15,10 @@ Patch0:         qconf-1.4-optflags.patch
 # So I need to use another name
 Patch1:         qconf-1.4-rename-binary.patch
 
-Buildrequires:  qt-devel >= 1:4.4.0
-
+Buildrequires:  qt4-devel >= 4.4.0
+# or pkgconfig-style
+#BuildRequires: pkgconfig(QtXml) >= 4.4.0
+%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
 
 %description
 QConf allows you to have a nice configure script for your
@@ -53,6 +55,9 @@ make INSTALL_ROOT=%{buildroot} install
 
 
 %changelog
+* Sun Jan 01 2012 Rex Dieter <rdieter at fedoraproject.org> 1.4-4
+- BR: qt4-devel (#751249)
+
 * Sun Jan 1 2012 Ivan Romanov <drizt at land.ru> - 1.4-3
 - Added qt epoch to ruquires. Resolved #751249
 - Two minutes before New Year holiday ;)


More information about the scm-commits mailing list