[xchat-gnome] Remove the scrollkeeper runtime dep

Kalev Lember kalev at fedoraproject.org
Wed Apr 3 07:55:44 UTC 2013


commit 51071f528190e020ea93d239b1d9178ebab1f823
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 3 09:45:40 2013 +0200

    Remove the scrollkeeper runtime dep

 xchat-gnome.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/xchat-gnome.spec b/xchat-gnome.spec
index c19ad44..1d2b6f2 100644
--- a/xchat-gnome.spec
+++ b/xchat-gnome.spec
@@ -47,7 +47,6 @@ BuildRequires:	gtk2-devel >= 2.14.0
 BuildRequires:	libcanberra-devel
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
-BuildRequires:  scrollkeeper
 BuildRequires:	intltool
 BuildRequires:  gettext
 BuildRequires:	perl-devel
@@ -63,9 +62,7 @@ Requires: 	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Requires(pre): GConf2
 Requires(post): GConf2
-Requires(post): scrollkeeper
 Requires(preun): GConf2
-Requires(postun): scrollkeeper
 
 
 %description
@@ -117,7 +114,6 @@ desktop-file-install --delete-original	\
 
 %post
 %gconf_schema_upgrade apps_xchat notification urlscraper url_handler
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -129,7 +125,6 @@ fi
 
 
 %postun
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -156,6 +151,7 @@ fi
 %changelog
 * Wed Apr 03 2013 Kalev Lember <kalevlember at gmail.com> - 0.26.2-12.git40c5bf988
 - Drop the desktop file name patch now that the vendor prefix is gone
+- Remove the scrollkeeper runtime dep
 
 * Mon Feb 11 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.26.2-11.git40c5bf988
 - Fix missing function prototype compilation error for perl.c 


More information about the scm-commits mailing list