rpms/qjackctl/F-8 qjackctl.spec,1.5,1.6

Anthony Green (green) fedora-extras-commits at redhat.com
Sun Nov 11 16:26:45 UTC 2007


Author: green

Update of /cvs/extras/rpms/qjackctl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13120

Modified Files:
	qjackctl.spec 
Log Message:
Fix 64-bit build problem.



Index: qjackctl.spec
===================================================================
RCS file: /cvs/extras/rpms/qjackctl/F-8/qjackctl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qjackctl.spec	11 Nov 2007 14:14:30 -0000	1.5
+++ qjackctl.spec	11 Nov 2007 16:26:06 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: Qt based JACK control application
 Name: qjackctl
 Version: 0.3.1a
-Release: 1%{?dist}
+Release: 5%{?dist}
 URL: http://qjackctl.sourceforge.net
 Source0: http://dl.sf.net/sourceforge/qjackctl/qjackctl-%{version}.tar.gz
 Source1: qjackctl.desktop
@@ -12,7 +12,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: hicolor-icon-theme
 
-BuildRequires: qt-devel alsa-lib-devel jack-audio-connection-kit-devel
+BuildRequires: qt4-devel alsa-lib-devel jack-audio-connection-kit-devel
 BuildRequires: desktop-file-utils
 
 %description
@@ -28,7 +28,8 @@
 %setup -q
 
 %build
-%configure
+ls -l /usr/lib*/qt4/bin
+QT4DIR=%{_libdir}/qt4 QMAKE=/usr/bin/qmake-qt4 %configure --with-qt=%{_libdir}/qt4
 %{__make} %{?_smp_mflags}
 
 %install
@@ -75,6 +76,18 @@
 %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop
 
 %changelog
+* Sun Nov 12 2007 Anthony Green <green at redhat.com> 0.3.1a-5
+- Force use of qmake-qt4 again.  I'm getting closer.
+
+* Sun Nov 12 2007 Anthony Green <green at redhat.com> 0.3.1a-4
+- Force use of qmake-qt4 again.
+
+* 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.
+
 * Sun Nov 12 2007 Anthony Green <green at redhat.com> 0.3.1a-1
 - New upstream.
 - Tweak License.




More information about the fedora-extras-commits mailing list