rpms/qt/devel qt.spec,1.191,1.192

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Jun 23 13:21:22 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1742

Modified Files:
	qt.spec 
Log Message:
* Mon Jun 23 2008 Rex Dieter <rdieter at fedoraproject.org> 4.4.0-11
- fix dbus conditional (#452487)



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- qt.spec	14 Jun 2008 21:38:08 -0000	1.191
+++ qt.spec	23 Jun 2008 13:20:38 -0000	1.192
@@ -8,7 +8,7 @@
 Name:    qt4
 %endif
 Version: 4.4.0
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions or QPL
@@ -666,8 +666,10 @@
 %{_qt4_bindir}/rcc*
 %{_qt4_bindir}/uic*
 %{_qt4_bindir}/qcollectiongenerator
+%if 0%{?dbus:1}
 %{_qt4_bindir}/qdbuscpp2xml
 %{_qt4_bindir}/qdbusxml2cpp
+%endif
 %{_qt4_bindir}/qhelpconverter
 %{_qt4_bindir}/qhelpgenerator
 %{_qt4_bindir}/xmlpatterns
@@ -683,8 +685,10 @@
 %{_bindir}/designer*
 %{_bindir}/linguist*
 %{_bindir}/qcollectiongenerator
+%if 0%{?dbus:1}
 %{_bindir}/qdbuscpp2xml
 %{_bindir}/qdbusxml2cpp
+%endif
 %{_bindir}/qhelpconverter
 %{_bindir}/qhelpgenerator
 %{_bindir}/xmlpatterns
@@ -769,6 +773,9 @@
 
 
 %changelog
+* Mon Jun 23 2008 Rex Dieter <rdieter at fedoraproject.org> 4.4.0-11
+- fix dbus conditional (#452487)
+
 * Sat Jun 14 2008 Rex Dieter <rdieter at fedoraproject.org> 4.4.0-10
 - strip -lsqlite3 from .pc files (#451490)
 




More information about the fedora-extras-commits mailing list