rpms/empathy/devel empathy.spec,1.110,1.111

Matthias Clasen mclasen at fedoraproject.org
Thu Jun 17 03:26:21 UTC 2010


Author: mclasen

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

Modified Files:
	empathy.spec 
Log Message:
Don't require scrollkeeper



Index: empathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- empathy.spec	8 Jun 2010 00:29:22 -0000	1.110
+++ empathy.spec	17 Jun 2010 03:26:20 -0000	1.111
@@ -12,7 +12,7 @@
 
 Name:		empathy
 Version:	2.31.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -60,9 +60,7 @@ Requires:	telepathy-haze
 
 Requires(pre):	GConf2
 Requires(post):	GConf2
-Requires(post):	scrollkeeper
 Requires(preun):	GConf2
-Requires(postun):	scrollkeeper
 
 ## Profiles are no longer used, so we can drop this around F14.
 Obsoletes:	telepathy-haze-mission-control < 0.2.0-3
@@ -123,7 +121,6 @@ desktop-file-install --vendor fedora --d
 
 %post
 %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 ||:
 
@@ -133,7 +130,6 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %postun
-scrollkeeper-update -q || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -157,6 +153,9 @@ fi
 %{_mandir}/man1/empathy*.1.gz
 
 %changelog
+* Wed Jun 16 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.3-2
+- Don't require scrollkeeper
+
 * Mon Jun  7 2010 Brian Pepple <bpepple at fedoraproject.org> - 2.31.3-1
 - Update to 2.31.3.
 - Bump min version of tp-glib needed.



More information about the scm-commits mailing list