rpms/gnome-media/devel gnome-media.spec,1.117,1.118

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Oct 22 14:09:12 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26070

Modified Files:
	gnome-media.spec 
Log Message:
* Mon Oct 22 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-7
- Fix spurious '%' in the scriplets, spotted by Yanko Kaneti
  <yaneti at declera.com>



Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- gnome-media.spec	17 Oct 2007 19:50:08 -0000	1.117
+++ gnome-media.spec	22 Oct 2007 14:08:36 -0000	1.118
@@ -12,7 +12,7 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.20.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        GPLv2+ and GFDL+
 Group:          Applications/Multimedia
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.20/gnome-media-%{version}.tar.gz
@@ -136,12 +136,12 @@
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/gnome-cd.schemas \
       %{_sysconfdir}/gconf/schemas/CDDB-Slave2.schemas \
-      %> /dev/null || :
+      > /dev/null || :
   fi
   if [ -f %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas ] ; then
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas \
-      %> /dev/null || :
+      > /dev/null || :
   fi
   gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \
@@ -156,12 +156,12 @@
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/gnome-cd.schemas \
       %{_sysconfdir}/gconf/schemas/CDDB-Slave2.schemas \
-      %> /dev/null || :
+      > /dev/null || :
   fi
   if [ -f %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas ] ; then
     gconftool-2 --makefile-uninstall-rule \
       %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas \
-      %> /dev/null || :
+      > /dev/null || :
   fi
   gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \
@@ -196,6 +196,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Oct 22 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-7
+- Fix spurious '%' in the scriplets, spotted by Yanko Kaneti
+  <yaneti at declera.com>
+
 * Wed Oct 17 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-6
 - Show the "Front" track by default (#335121)
 




More information about the fedora-extras-commits mailing list