From faaf16f53a3b713afbb238d4fa6cb32bb560c763 Mon Sep 17 00:00:00 2001 From: green Date: Nov 11 2007 15:40:47 +0000 Subject: Force use of qmake-qt4. --- diff --git a/qjackctl.spec b/qjackctl.spec index ea0f66d..2d47d78 100644 --- a/qjackctl.spec +++ b/qjackctl.spec @@ -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 @@ patchbay and connection control features. %setup -q %build -%configure +QMAKE=/usr/bin/qmake-qt4 %configure %{__make} %{?_smp_mflags} %install @@ -75,6 +75,9 @@ fi %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop %changelog +* Sun Nov 12 2007 Anthony Green 0.3.1a-3 +- Force use of qmake-qt4. + * Sun Nov 12 2007 Anthony Green 0.3.1a-2 - Fix BuildRequires for qt4.