[glom] Drop obsolete scrollkeeper handling

Kalev Lember kalev at fedoraproject.org
Sat May 17 16:15:04 UTC 2014


commit 0a8e829d1e37a3b8246fce8ecbb8a86e4908275a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 17 17:53:13 2014 +0200

    Drop obsolete scrollkeeper handling

 glom.spec |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/glom.spec b/glom.spec
index 12de31a..493832b 100644
--- a/glom.spec
+++ b/glom.spec
@@ -20,7 +20,6 @@ BuildRequires:  libxslt-devel >= 1.1.10
 BuildRequires:  pygobject3-devel >= 2.29.0
 BuildRequires:  iso-codes-devel
 BuildRequires:  itstool
-BuildRequires:  scrollkeeper
 BuildRequires:  gtksourceviewmm3-devel >= 3.0.0
 BuildRequires:  libgda-devel >= 5.0.3
 BuildRequires:  postgresql-server
@@ -41,9 +40,6 @@ Requires:       libgda-sqlite
 
 Requires(post):   shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
-Requires(post):   scrollkeeper
-Requires(postun): scrollkeeper
-
 
 %description
 Glom lets you design database systems - the database and the user
@@ -84,7 +80,6 @@ that use the %{name} libraries.
         --disable-dependency-tracking \
         --disable-static \
         --disable-update-mime-database \
-        --disable-scrollkeeper \
         --with-postgres-utils=/usr/bin \
         --disable-sqlite \
         --docdir=%{_datadir}/%{name}
@@ -112,7 +107,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 
 
 %post libs -p /sbin/ldconfig
@@ -125,7 +119,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-scrollkeeper-update -q || :
 /sbin/ldconfig
 
 
@@ -165,6 +158,7 @@ scrollkeeper-update -q || :
 %changelog
 * Sat May 17 2014 Kalev Lember <kalevlember at gmail.com> - 1.26.0-1
 - Update to 1.26.0
+- Drop obsolete scrollkeeper handling
 
 * Mon Nov  4 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 1.24.2-1
 - upstream 1.24.2


More information about the scm-commits mailing list