rpms/empathy/devel empathy.spec,1.104,1.105

Brian Pepple bpepple at fedoraproject.org
Mon Apr 26 16:50:08 UTC 2010


Author: bpepple

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

Modified Files:
	empathy.spec 
Log Message:
* Mon Apr 26 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.30.1-2
- Drop suffix on gconf schemas scriptlets.



Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- empathy.spec	26 Apr 2010 15:21:07 -0000	1.104
+++ empathy.spec	26 Apr 2010 16:50:08 -0000	1.105
@@ -12,7 +12,7 @@
 
 Name:		empathy
 Version:	2.30.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -122,18 +122,18 @@ desktop-file-install --vendor fedora --d
 
 
 %pre
-%gconf_schema_prepare %{name}.schemas
+%gconf_schema_prepare %{name}
 
 
 %post
-%gconf_schema_upgrade %{name}.schemas
+%gconf_schema_upgrade %{name}
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 touch --no-create %{_datadir}/icons/hicolor ||:
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %preun
-%gconf_schema_remove %{name}.schemas
+%gconf_schema_remove %{name}
 
 
 %postun
@@ -161,6 +161,9 @@ fi
 %{_mandir}/man1/empathy*.1.gz
 
 %changelog
+* Mon Apr 26 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.30.1-2
+- Drop suffix on gconf schemas scriptlets.
+
 * Mon Apr 26 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.30.1-1
 - Update to 2.30.1.
 



More information about the scm-commits mailing list