rpms/qsynth/F-11 .cvsignore, 1.3, 1.4 qsynth.spec, 1.13, 1.14 sources, 1.3, 1.4 qsynth-0.3.3-qt4.patch, 1.1, NONE qsynth-0.3.3-qt45.patch, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Tue May 12 06:17:18 UTC 2009


Author: oget

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

Modified Files:
	.cvsignore qsynth.spec sources 
Removed Files:
	qsynth-0.3.3-qt4.patch qsynth-0.3.3-qt45.patch 
Log Message:
* Tue May 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.4-1
- Update to 0.3.4
- Update specfile for macro consistency
- Own %{_datadir}/qsynth/locale
- Drop patches that are no longer needed



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	6 Sep 2008 01:47:44 -0000	1.3
+++ .cvsignore	12 May 2009 06:16:47 -0000	1.4
@@ -1 +1 @@
-qsynth-0.3.3.tar.gz
+qsynth-0.3.4.tar.gz


Index: qsynth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/F-11/qsynth.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- qsynth.spec	22 Apr 2009 09:39:45 -0000	1.13
+++ qsynth.spec	12 May 2009 06:16:47 -0000	1.14
@@ -2,15 +2,10 @@
 
 Summary:       Qt based Fluidsynth GUI front end
 Name:          qsynth
-Version:       0.3.3
-Release:       6%{?dist}.1
+Version:       0.3.4
+Release:       1%{?dist}
 URL:           http://qsynth.sourceforge.net
 Source0:       http://dl.sourceforge.net/qsynth/qsynth-%{version}.tar.gz
-#Source1: qsynth.desktop
-# Fedora qt4 binaries have -qt4 suffix
-Patch0:        qsynth-0.3.3-qt4.patch
-# Fix close button not shown with Qt 4.5 (#494470)
-Patch1:        qsynth-0.3.3-qt45.patch
 # We don't want .qm files in the default locale dir
 Patch2:        qsynth-fix-locale-path.patch
 # Tweak the defaults to make things work properly
@@ -26,20 +21,19 @@ Requires:      PersonalCopy-Lite-soundfo
 Requires:      soundfont2-default
 %endif
 
-BuildRequires: fluidsynth-devel qt-devel desktop-file-utils
+BuildRequires: desktop-file-utils
+BuildRequires: fluidsynth-devel
+BuildRequires: qt-devel
 
 %description
-QSynth is a fluidsynth GUI front-end application written in C++ around
-the Qt4 toolkit using Qt Designer. Eventually it may evolve into a
-softsynth management application allowing the user to control and
-manage a variety of command line softsynth but for the moment it wraps
-the excellent FluidSynth. FluidSynth is a command line software
-synthesiser based on the Soundfont specification.
+QSynth is a fluidsynth GUI front-end application written in C++ around the Qt4
+toolkit using Qt Designer. Eventually it may evolve into a softsynth management
+application allowing the user to control and manage a variety of command line
+softsynth but for the moment it wraps the excellent FluidSynth. FluidSynth is a
+command line software synthesiser based on the Soundfont specification.
 
 %prep
 %setup -q
-%patch0 -p1 -b .qt4
-%patch1 -p1 -b .qt45
 %patch2 -p1 -b .localedir
 %patch3 -p1 -b .defaults
 
@@ -55,19 +49,19 @@ mv -f AUTHORS.tmp AUTHORS
 
 %build
 %configure
-%{__make} # doesn't understand %%{?_smp_mflags}
+make # doesn't understand %%{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
 
 # desktop file categories
 INCORRECT="Applications Multimedia MIDI JACK ALSA"
 BASE="Audio"
 XTRA="X-MIDI X-Jack X-Alsa X-Synthesis"
 
-%{__mkdir} -p %{buildroot}%{_datadir}/applications
+mkdir -p %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor %{desktop_vendor} \
   --delete-original \
   --dir %{buildroot}%{_datadir}/applications    \
@@ -83,7 +77,7 @@ done
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files -f qsynth.lang
@@ -92,10 +86,17 @@ done
 %{_bindir}/qsynth
 %{_datadir}/pixmaps/qsynth.png
 %dir %{_datadir}/qsynth/
+%dir %{_datadir}/qsynth/locale
 %{_datadir}/applications/%{desktop_vendor}-qsynth.desktop
 
 
 %changelog
+* Tue May 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.4-1
+- Update to 0.3.4
+- Update specfile for macro consistency
+- Own %%{_datadir}/qsynth/locale
+- Drop patches that are no longer needed
+
 * Wed Apr 22 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.3.3-6.1
 - Fix disttag comparison for F9
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Sep 2008 01:47:45 -0000	1.3
+++ sources	12 May 2009 06:16:47 -0000	1.4
@@ -1 +1 @@
-648c49d8935814be03f4001f42b169cf  qsynth-0.3.3.tar.gz
+800ab77b59c947bd8f1c8bb10545a59d  qsynth-0.3.4.tar.gz


--- qsynth-0.3.3-qt4.patch DELETED ---


--- qsynth-0.3.3-qt45.patch DELETED ---




More information about the scm-commits mailing list