rpms/qsynth/devel .cvsignore, 1.2, 1.3 qsynth.spec, 1.5, 1.6 sources, 1.2, 1.3 qsynth.desktop, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Sat Sep 6 01:48:15 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/qsynth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27528

Modified Files:
	.cvsignore qsynth.spec sources 
Removed Files:
	qsynth.desktop 
Log Message:
* Fri Sep  5 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.3-1
- Update to 0.3.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Jul 2006 22:14:13 -0000	1.2
+++ .cvsignore	6 Sep 2008 01:47:44 -0000	1.3
@@ -1 +1 @@
-qsynth-0.2.5.tar.gz
+qsynth-0.3.3.tar.gz


Index: qsynth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/devel/qsynth.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qsynth.spec	3 Sep 2008 19:34:21 -0000	1.5
+++ qsynth.spec	6 Sep 2008 01:47:45 -0000	1.6
@@ -2,11 +2,13 @@
 
 Summary: Qt based Fluidsynth GUI front end
 Name: qsynth
-Version: 0.2.5
-Release: 8%{?dist}
+Version: 0.3.3
+Release: 1%{?dist}
 URL: http://qsynth.sourceforge.net
-Source0: http://dl.sf.net/sourceforge/qsynth/qsynth-%{version}.tar.gz
-Source1: qsynth.desktop
+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
 License: GPLv2+
 Group: Applications/Multimedia
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,7 +18,7 @@
 
 %description
 QSynth is a fluidsynth GUI front-end application written in C++ around
-the Qt3 toolkit using Qt Designer. Eventually it may evolve into a
+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
@@ -24,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .qt4
 
 %build
 %configure
@@ -33,43 +36,34 @@
 %{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} install
 
-# move icon to the proper freedesktop location
-%{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-%{__mv} %{buildroot}%{_datadir}/icons/qsynth.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
-
 # desktop file categories
-BASE="X-Fedora Application AudioVideo"
-XTRA="X-Jack X-Synthesis"
+#BASE="X-Fedora Application AudioVideo"
+#XTRA="X-Jack X-Synthesis"
 
 %{__mkdir} -p %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor %{desktop_vendor} \
+  --delete-original		     
   --dir %{buildroot}%{_datadir}/applications    \
-  `for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \
-  %{SOURCE1}
+  %{buildroot}%{_datadir}/applications/qsynth.desktop
+
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-%postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/qsynth
-%{_datadir}/icons/hicolor/32x32/apps/qsynth.png
+%{_datadir}/pixmaps/qsynth.png
+%{_datadir}/locale/qsynth_*.qm
 %{_datadir}/applications/%{desktop_vendor}-qsynth.desktop
 
+
 %changelog
+* Fri Sep  5 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.3-1
+- Update to 0.3.3
+
 * Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.2.5-8
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qsynth/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Jul 2006 22:14:13 -0000	1.2
+++ sources	6 Sep 2008 01:47:45 -0000	1.3
@@ -1 +1 @@
-24a1ce00876a79a409fa28d0e8b3221f  qsynth-0.2.5.tar.gz
+648c49d8935814be03f4001f42b169cf  qsynth-0.3.3.tar.gz


--- qsynth.desktop DELETED ---




More information about the fedora-extras-commits mailing list