rpms/gnomebaker/F-11 gnomebaker.spec,1.20,1.21

Tomas Smetana tsmetana at fedoraproject.org
Thu Aug 13 08:28:12 UTC 2009


Author: tsmetana

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

Modified Files:
	gnomebaker.spec 
Log Message:
* Thu Aug 13 2009 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-5
- Shouldn't update the mime database but the desktop database



Index: gnomebaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnomebaker/F-11/gnomebaker.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- gnomebaker.spec	13 Aug 2009 06:24:25 -0000	1.20
+++ gnomebaker.spec	13 Aug 2009 08:28:12 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           gnomebaker
 Version:        0.6.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        GNOME CD/DVD burner
 
 Group:          Applications/Multimedia
@@ -66,14 +66,14 @@ rm -rf $RPM_BUILD_ROOT
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
 
 
 %postun
 scrollkeeper-update -q || :
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
 
 
 %files -f %{name}.lang
@@ -88,6 +88,9 @@ update-mime-database %{_datadir}/mime &>
 
 
 %changelog
+* Thu Aug 13 2009 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-5
+- Shouldn't update the mime database but the desktop database
+
 * Thu Aug 13 2009 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-4
 - And update the mime database...
 




More information about the scm-commits mailing list