rpms/qjackctl/devel qjackctl.spec,1.6,1.7

Anthony Green (green) fedora-extras-commits at redhat.com
Sun Nov 11 15:41:21 UTC 2007


Author: green

Update of /cvs/extras/rpms/qjackctl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4457

Modified Files:
	qjackctl.spec 
Log Message:
Force use of qmake-qt4.



Index: qjackctl.spec
===================================================================
RCS file: /cvs/extras/rpms/qjackctl/devel/qjackctl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qjackctl.spec	11 Nov 2007 14:25:04 -0000	1.6
+++ qjackctl.spec	11 Nov 2007 15:40:47 -0000	1.7
@@ -3,7 +3,7 @@
 Summary: Qt based JACK control application
 Name: qjackctl
 Version: 0.3.1a
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://qjackctl.sourceforge.net
 Source0: http://dl.sf.net/sourceforge/qjackctl/qjackctl-%{version}.tar.gz
 Source1: qjackctl.desktop
@@ -28,7 +28,7 @@
 %setup -q
 
 %build
-%configure
+QMAKE=/usr/bin/qmake-qt4 %configure
 %{__make} %{?_smp_mflags}
 
 %install
@@ -75,6 +75,9 @@
 %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop
 
 %changelog
+* Sun Nov 12 2007 Anthony Green <green at redhat.com> 0.3.1a-3
+- Force use of qmake-qt4.
+
 * Sun Nov 12 2007 Anthony Green <green at redhat.com> 0.3.1a-2
 - Fix BuildRequires for qt4.
 




More information about the fedora-extras-commits mailing list