From b1c565e33200e9e2da4f71ea36ca73acac33b89c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 May 2013 09:14:16 -0400 Subject: [PATCH] Drop old gconf dep --- file-roller.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/file-roller.spec b/file-roller.spec index bd6156c..f94ee80 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -1,7 +1,7 @@ Summary: Tool for viewing and creating archives Name: file-roller Version: 3.8.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -23,7 +23,6 @@ BuildRequires: file-devel BuildRequires: libarchive-devel BuildRequires: json-glib-devel -Requires(pre): GConf2 %if 0%{?rhel} == 0 Requires: unar %endif @@ -71,9 +70,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/file-roller.deskto update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor &> /dev/null || : -%pre -%gconf_schema_obsolete file-roller - %postun update-desktop-database &> /dev/null || : if [ $1 -eq 0 ]; then @@ -102,6 +98,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Fri May 3 2013 Matthias Clasen - 3.8.1-4 +- Drop old GConf dependency + * Fri May 3 2013 Matthias Clasen - 3.8.1-3 - No unar in rhel