2.30.1.1
This commit is contained in:
parent
c14cd182a4
commit
2557ab6fc2
@ -1 +1 @@
|
||||
file-roller-2.30.0.tar.bz2
|
||||
file-roller-2.30.1.1.tar.bz2
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Tool for viewing and creating archives
|
||||
Name: file-roller
|
||||
Version: 2.30.0
|
||||
Version: 2.30.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
@ -80,24 +80,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
update-desktop-database &> /dev/null || :
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-install-rule \
|
||||
%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null || :
|
||||
%gconf_schema_upgrade file-roller
|
||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
|
||||
%pre
|
||||
if [ "$1" -gt 1 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
|
||||
fi
|
||||
%gconf_schema_prepare file-roller
|
||||
|
||||
%preun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
|
||||
fi
|
||||
%gconf_schema_remove file-roller
|
||||
|
||||
%postun
|
||||
update-desktop-database &> /dev/null || :
|
||||
@ -122,6 +112,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-1
|
||||
- Update to 2.30.1.1
|
||||
- Spec file cleanups
|
||||
|
||||
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
||||
- Update to 2.30.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user