rpms/qjackctl/F-11 .cvsignore, 1.5, 1.6 qjackctl.spec, 1.14, 1.15 sources, 1.6, 1.7 qjackctl-0.3.3-qt45.patch, 1.1, NONE qjackctl.desktop, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sat Oct 24 18:00:06 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/qjackctl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5151

Modified Files:
	.cvsignore qjackctl.spec sources 
Removed Files:
	qjackctl-0.3.3-qt45.patch qjackctl.desktop 
Log Message:
* Fri Oct 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.5-1
- Update to 0.3.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	18 Apr 2009 03:04:59 -0000	1.5
+++ .cvsignore	24 Oct 2009 18:00:05 -0000	1.6
@@ -1 +1 @@
-qjackctl-0.3.4.tar.gz
+qjackctl-0.3.5.tar.gz


Index: qjackctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/F-11/qjackctl.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- qjackctl.spec	18 Apr 2009 03:05:00 -0000	1.14
+++ qjackctl.spec	24 Oct 2009 18:00:06 -0000	1.15
@@ -2,13 +2,10 @@
 
 Summary:       Qt based JACK control application
 Name:          qjackctl
-Version:       0.3.4
+Version:       0.3.5
 Release:       1%{?dist}
 URL:           http://qjackctl.sourceforge.net
 Source0:       http://dl.sf.net/sourceforge/qjackctl/qjackctl-%{version}.tar.gz
-Source1:       qjackctl.desktop
-# Fix close button not shown with Qt 4.5 (#494471)
-Patch0:        qjackctl-0.3.3-qt45.patch
 # We don't want .qm files in the default locale dir
 Patch1:        qjackctl-fix-locale-path.patch
 License:       GPLv2+
@@ -30,9 +27,11 @@ patchbay and connection control features
 
 %prep
 %setup -q
-%patch0 -p1 -b .qt45
 %patch1 -p1 -b .localedir
 
+# Remove absolute paths:
+sed -i 's|@ac_prefix at .*|qjackctl|' qjackctl.desktop.in
+
 %build
 QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake} %configure --with-qt=%{_qt4_prefix}
 %{__make} %{?_smp_mflags}
@@ -49,14 +48,15 @@ QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake
 %{__rm} %{buildroot}%{_datadir}/applications/qjackctl.desktop
 
 # desktop file categories
-BASE="X-Fedora Application AudioVideo"
 XTRA="X-Jack"
-
+RMCAT="MIDI JACK ALSA"
 %{__mkdir} -p %{buildroot}%{_datadir}/applications
+
 desktop-file-install --vendor %{desktop_vendor} \
   --dir %{buildroot}%{_datadir}/applications \
-  `for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \
-  %{SOURCE1}
+  `for c in ${XTRA} ; do echo "--add-category $c " ; done` \
+  `for c in ${RMCAT} ; do echo "--remove-category $c " ; done` \
+  qjackctl.desktop
 
 # Create the lang file. %%find_lang does not handle .qm files
 for file in %{buildroot}%{_datadir}/qjackctl/locale/*.qm; do
@@ -89,6 +89,12 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/applications/%{desktop_vendor}-qjackctl.desktop
 
 %changelog
+* Fri Oct 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.5-1
+- Update to 0.3.5
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Apr 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.4-1
 - Update to 0.3.4
 - Update scriptlets according to the new guidelines


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qjackctl/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	18 Apr 2009 03:05:00 -0000	1.6
+++ sources	24 Oct 2009 18:00:06 -0000	1.7
@@ -1 +1 @@
-65736e83650468256ba22aa5d35fd0cb  qjackctl-0.3.4.tar.gz
+08792978e822509209728b02d071a757  qjackctl-0.3.5.tar.gz


--- qjackctl-0.3.3-qt45.patch DELETED ---


--- qjackctl.desktop DELETED ---




More information about the fedora-extras-commits mailing list