Drop old gconf dep
This commit is contained in:
parent
9e62507a9d
commit
b1c565e332
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool for viewing and creating archives
|
Summary: Tool for viewing and creating archives
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://download.gnome.org/sources/file-roller/
|
URL: http://download.gnome.org/sources/file-roller/
|
||||||
@ -23,7 +23,6 @@ BuildRequires: file-devel
|
|||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
|
|
||||||
Requires(pre): GConf2
|
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
Requires: unar
|
Requires: unar
|
||||||
%endif
|
%endif
|
||||||
@ -71,9 +70,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/file-roller.deskto
|
|||||||
update-desktop-database &> /dev/null || :
|
update-desktop-database &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||||
|
|
||||||
%pre
|
|
||||||
%gconf_schema_obsolete file-roller
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-desktop-database &> /dev/null || :
|
update-desktop-database &> /dev/null || :
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
@ -102,6 +98,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-4
|
||||||
|
- Drop old GConf dependency
|
||||||
|
|
||||||
* Fri May 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-3
|
* Fri May 3 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-3
|
||||||
- No unar in rhel
|
- No unar in rhel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user