|
|
@ -10,7 +10,7 @@
|
|
|
|
Summary: File Roller is a tool for viewing and creating archives.
|
|
|
|
Summary: File Roller is a tool for viewing and creating archives.
|
|
|
|
Name: file-roller
|
|
|
|
Name: file-roller
|
|
|
|
Version: 2.7.3
|
|
|
|
Version: 2.7.3
|
|
|
|
Release: 2
|
|
|
|
Release: 3
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL
|
|
|
|
License: GPL
|
|
|
|
Group: Applications/Archiving
|
|
|
|
Group: Applications/Archiving
|
|
|
@ -61,7 +61,6 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
perl -pi -e 's/Categories=Application;Utility$/Categories=Application;Utility;/' $RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
perl -pi -e 's/Categories=Application;Utility$/Categories=Application;Utility;/' $RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
--rebuild-mime-info-cache \
|
|
|
|
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-only-show-in GNOME \
|
|
|
|
--add-only-show-in GNOME \
|
|
|
|
--add-category X-Red-Hat-Base \
|
|
|
|
--add-category X-Red-Hat-Base \
|
|
|
@ -80,6 +79,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.a
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
|
|
|
|
update-desktop-database %{_datadir}/applications
|
|
|
|
scrollkeeper-update
|
|
|
|
scrollkeeper-update
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
SCHEMAS="file-roller.schemas"
|
|
|
|
SCHEMAS="file-roller.schemas"
|
|
|
@ -106,6 +106,9 @@ scrollkeeper-update
|
|
|
|
%{_libdir}/bonobo/servers
|
|
|
|
%{_libdir}/bonobo/servers
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-3
|
|
|
|
|
|
|
|
- Use update-desktop-database instead of rebuild-mime-info-cache
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-2
|
|
|
|
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.3-2
|
|
|
|
- Rebuild MIME info cache
|
|
|
|
- Rebuild MIME info cache
|
|
|
|
|
|
|
|
|
|
|
|