rpms/empathy/devel empathy.spec,1.114,1.115

Brian Pepple bpepple at fedoraproject.org
Fri Jul 9 20:31:54 UTC 2010


Author: bpepple

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

Modified Files:
	empathy.spec 
Log Message:
* Fri Jul  9 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.4-2
- Update scriptlets for gsettings.



Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- empathy.spec	9 Jul 2010 19:44:17 -0000	1.114
+++ empathy.spec	9 Jul 2010 20:31:54 -0000	1.115
@@ -12,7 +12,7 @@
 
 Name:		empathy
 Version:	2.31.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -134,12 +134,16 @@ touch --no-create %{_datadir}/icons/hico
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README README.ConnectionManagers NEWS
-#%{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_bindir}/%{name}
 %{_bindir}/%{name}-accounts
 %{_bindir}/%{name}-debugger
@@ -149,10 +153,15 @@ fi
 %{_datadir}/gnome/help/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
+%{_datadir}/GConf/gsettings/empathy.convert
+%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
 %{_datadir}/telepathy/clients/Empathy.client
 %{_mandir}/man1/empathy*.1.gz
 
 %changelog
+* Fri Jul  9 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.4-2
+- Update scriptlets for gsettings.
+
 * Fri Jul  9 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.4-1
 - Update to 2.31.4.
 - Disable libchamplain support for now due to api change.



More information about the scm-commits mailing list