Don't call register-djview-menu since we don't build djview3 anymore

epel9
Orion Poplawski 13 years ago
parent c91bd6fb4e
commit aeeb7d6647

@ -1,7 +1,7 @@
Summary: DjVu viewers, encoders, and utilities Summary: DjVu viewers, encoders, and utilities
Name: djvulibre Name: djvulibre
Version: 3.5.24 Version: 3.5.24
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Publishing Group: Applications/Publishing
URL: http://djvu.sourceforge.net/ URL: http://djvu.sourceforge.net/
@ -91,16 +91,12 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/bzz
%post %post
# Menu entry (icons and desktop file)
%{_datadir}/djvu/djview3/desktop/register-djview-menu install || :
# MIME types (icons and desktop file) # MIME types (icons and desktop file)
%{_datadir}/djvu/osi/desktop/register-djvu-mime install || : %{_datadir}/djvu/osi/desktop/register-djvu-mime install || :
%preun %preun
# Removal, not update # Removal, not update
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
# Menu entry (icons and desktop file)
%{_datadir}/djvu/djview3/desktop/register-djview-menu uninstall || :
# MIME types (icons and desktop file) # MIME types (icons and desktop file)
%{_datadir}/djvu/osi/desktop/register-djvu-mime uninstall || : %{_datadir}/djvu/osi/desktop/register-djvu-mime uninstall || :
fi fi
@ -133,6 +129,9 @@ fi
%changelog %changelog
* Fri Feb 17 2012 Orion Poplawski <orion@cora.nwra.com> - 3.5.24-3
- Don't call register-djview-menu since we don't build djview3 anymore (bug 734856)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.24-2 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save