From b7f1dd6d881ee3a86fe1885856d6a3510452eea8 Mon Sep 17 00:00:00 2001 From: Fernando Lopez-Lezcano Date: Sep 15 2006 00:19:20 +0000 Subject: mass rebuild, added freebob patch, hi-color-theme requirement --- diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/qjackctl.spec b/qjackctl.spec index 9617496..06b1960 100644 --- a/qjackctl.spec +++ b/qjackctl.spec @@ -3,13 +3,15 @@ Summary: Qt based JACK control application Name: qjackctl Version: 0.2.20 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://qjackctl.sourceforge.net Source0: http://dl.sf.net/sourceforge/qjackctl/qjackctl-%{version}.tar.gz Source1: qjackctl.desktop +Patch0: qjackctl-0.2.20-freebob.patch License: GPL Group: Applications/Multimedia 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: desktop-file-utils @@ -25,6 +27,7 @@ patchbay and connection control features. %prep %setup -q +%patch0 -p1 %build %configure @@ -71,6 +74,11 @@ fi %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop %changelog +* Thu Sep 14 2006 Fernando Lopez-Lezcano 0.2.20-6 +- mass rebuild +- added patch to add support for freebob backend (thanks to Anthony Green) +- added hicolor-icon-theme requirement + * Sun Jun 18 2006 Fernando Lopez-Lezcano 0.2.20-5 - move icon to freedesktop location, don't use makeinstall macro, add icon cache scripts