rpms/sooperlooper/devel sooperlooper.spec,1.8,1.9

Orcan Ogetbil oget at fedoraproject.org
Wed Jul 21 01:43:37 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/sooperlooper/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4484

Modified Files:
	sooperlooper.spec 
Log Message:
* Tue Jul 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.6.13-6
- Rebuild against new liblo
- Update scriptlets to the latest guidelines



Index: sooperlooper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sooperlooper/devel/sooperlooper.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sooperlooper.spec	14 Jul 2010 12:47:02 -0000	1.8
+++ sooperlooper.spec	21 Jul 2010 01:43:36 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Realtime software looping sampler
 Name: sooperlooper
 Version: 1.6.13
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://essej.net/sooperlooper/
@@ -63,17 +63,17 @@ desktop-file-install --vendor fedora \
 
 
 %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
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_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,-)
@@ -85,6 +85,10 @@ fi
 
 
 %changelog
+* Tue Jul 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.6.13-6
+- Rebuild against new liblo
+- Update scriptlets to the latest guidelines
+
 * Wed Jul 14 2010 Dan Horák <dan at danny.cz> - 1.6.13-5
 - rebuilt against wxGTK-2.8.11-2
 



More information about the scm-commits mailing list