rpms/whysynth-dssi/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 whysynth-dssi.spec, 1.7, 1.8 whysynth.desktop, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sat May 30 05:36:40 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/whysynth-dssi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27933

Modified Files:
	.cvsignore sources whysynth-dssi.spec whysynth.desktop 
Log Message:
* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 20090403-1
- Update to 20090403



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/whysynth-dssi/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	8 Jul 2008 13:07:20 -0000	1.4
+++ .cvsignore	30 May 2009 05:36:10 -0000	1.5
@@ -1 +1 @@
-whysynth-20080412.tar.bz2
+whysynth-20090403.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/whysynth-dssi/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	8 Jul 2008 13:07:20 -0000	1.4
+++ sources	30 May 2009 05:36:10 -0000	1.5
@@ -1 +1 @@
-54e7eab2c475c7dc82f57703cdd3148e  whysynth-20080412.tar.bz2
+71b83b1ff1fa6cdb88b3b0c275a6aedf  whysynth-20090403.tar.bz2


Index: whysynth-dssi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/whysynth-dssi/devel/whysynth-dssi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- whysynth-dssi.spec	25 Feb 2009 18:37:24 -0000	1.7
+++ whysynth-dssi.spec	30 May 2009 05:36:10 -0000	1.8
@@ -1,23 +1,29 @@
 Summary:      DSSI software synthesizer plugin
 Name:         whysynth-dssi
-Version:      20080412
-Release:      3%{?dist}
-URL:          http://home.jps.net/~musound/whysynth.html
-Source0:      http://home.jps.net/~musound/whysynth-20080412.tar.bz2
+Version:      20090403
+Release:      1%{?dist}
+URL:          http://www.smbolton.com/whysynth.html
+Source0:      http://www.smbolton.com/whysynth/whysynth-%{version}.tar.bz2
 Source1:      whysynth-48.png
 Source2:      whysynth.desktop
 License:      GPLv2+
 Group:        Applications/Multimedia
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: dssi-devel gtk2-devel fftw-devel
-Requires:     dssi hicolor-icon-theme
-
 BuildRequires: desktop-file-utils
+BuildRequires: dssi-devel
+BuildRequires: gtk2-devel
+BuildRequires: fftw-devel
+BuildRequires: liblo-devel
+
+Requires:     dssi
+Requires:     hicolor-icon-theme
+
+
 
 %description
-WhySynth is a versatile softsynth which operates as a plugin for the
-Disposable Soft Synth Interface (DSSI).
+WhySynth is a versatile softsynth which operates as a plugin for the Disposable
+Soft Synth Interface (DSSI).
 
 %prep
 %setup -q -n whysynth-%{version}
@@ -29,7 +35,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR="$RPM_BUILD_ROOT"
+make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p"
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 pushd $RPM_BUILD_ROOT%{_bindir}
 ln -s jack-dssi-host whysynth
@@ -42,20 +48,22 @@ desktop-file-install --vendor fedora    
   %{SOURCE2}
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/whysynth.png
+install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/whysynth.png
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
 %defattr(-,root,root,-)
@@ -68,6 +76,9 @@ touch --no-create %{_datadir}/icons/hico
 %{_datadir}/icons/hicolor/48x48/apps/whysynth.png
 
 %changelog
+* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 20090403-1
+- Update to 20090403
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20080412-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: whysynth.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/whysynth-dssi/devel/whysynth.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- whysynth.desktop	27 Mar 2007 15:31:51 -0000	1.1
+++ whysynth.desktop	30 May 2009 05:36:10 -0000	1.2
@@ -1,9 +1,9 @@
 [Desktop Entry]
 Name=WhySynth
+GenericName=Software synthesizer
 Comment=Real-time software synthesizer
 Icon=whysynth
 Type=Application
 Exec=/usr/bin/whysynth
 Terminal=false
-Categories=Application;Audio;AudioVideo;Midi;X-Synthesis;X-Jack;
-Encoding=UTF-8
+Categories=Audio;AudioVideo;Midi;X-Synthesis;X-Jack;




More information about the scm-commits mailing list