From 27cd53469eaab84da0c6c86804999af951a7f0aa Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 23 Sep 2014 10:12:35 +0200 Subject: [PATCH] Drop last remnants of GConf schema handling --- seahorse.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/seahorse.spec b/seahorse.spec index 102d96d..7abf754 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -29,7 +29,6 @@ BuildRequires: intltool BuildRequires: dbus-glib-devel BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: libSM-devel -BuildRequires: GConf2-devel # for g-ir-scanner BuildRequires: libtool BuildRequires: vala @@ -81,9 +80,6 @@ rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';' -%pre -%gconf_schema_obsolete seahorse - %post /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : @@ -128,6 +124,7 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || : %changelog * Tue Sep 23 2014 Kalev Lember - 3.14.0-1 - Update to 3.14.0 +- Drop last remnants of GConf schema handling * Sat Sep 20 2014 Kalev Lember - 3.12.2-7 - Update mime scriptlets