[qjackctl] New version

Orcan Ogetbil oget at fedoraproject.org
Sat May 19 03:19:25 UTC 2012


commit f2edea271adedf16e5542a955381878d52a73a70
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Fri May 18 23:19:22 2012 -0400

    New version

 .gitignore                     |    1 +
 qjackctl-fix-locale-path.patch |   36 ------------------------------------
 qjackctl.spec                  |   23 +++++++++--------------
 sources                        |    2 +-
 4 files changed, 11 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e21e90..37003ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 qjackctl-0.3.6.tar.gz
 /qjackctl-0.3.7.tar.gz
 /qjackctl-0.3.8.tar.gz
+/qjackctl-0.3.9.tar.gz
diff --git a/qjackctl.spec b/qjackctl.spec
index 6a006f8..3fd2f5f 100644
--- a/qjackctl.spec
+++ b/qjackctl.spec
@@ -2,19 +2,15 @@
 
 Summary:       Qt based JACK control application
 Name:          qjackctl
-Version:       0.3.8
-Release:       2%{?dist}
+Version:       0.3.9
+Release:       1%{?dist}
 URL:           http://qjackctl.sourceforge.net
 Source0:       http://downloads.sourceforge.net/qjackctl/files/%{name}-%{version}.tar.gz
-# We don't want .qm files in the default locale dir
-Patch1:        qjackctl-fix-locale-path.patch
 License:       GPLv2+
 Group:         Applications/Multimedia
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:      hicolor-icon-theme
 
 BuildRequires: alsa-lib-devel
-BuildRequires: autoconf automake
 BuildRequires: desktop-file-utils
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: portaudio-devel
@@ -30,16 +26,16 @@ patchbay and connection control features.
 
 %prep
 %setup -q
-%patch1 -p1 -b .localedir
 
 %build
-autoreconf
-QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake} %configure --with-qt=%{_qt4_prefix}
+QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake} \
+  %configure --with-qt=%{_qt4_prefix} \
+             --enable-jack-version \
+             --localedir=%{_datadir}/%{name}/locale/
 # Parallel make fails sometimes {?_smp_mflags}
 make 
 
 %install
-rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
 desktop-file-install --vendor %{desktop_vendor} \
@@ -53,9 +49,6 @@ for file in %{buildroot}%{_datadir}/qjackctl/locale/*.qm; do
   echo %%lang\($language\) %{_datadir}/qjackctl/locale/qjackctl_$language.qm >> qjackctl.lang
 done
 
-%clean
-rm -rf %{buildroot}
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -70,7 +63,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f qjackctl.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/qjackctl
 %dir %{_datadir}/qjackctl/
@@ -79,6 +71,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Fri May 18 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.9-1
+- New version
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index d430ff3..b379e74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a0992c01e50d8be22064ab7b08fbc78  qjackctl-0.3.8.tar.gz
+f932c916f43ba3251d3a9ed62a448e43  qjackctl-0.3.9.tar.gz


More information about the scm-commits mailing list