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

Orion Poplawski orion at fedoraproject.org
Fri Feb 17 22:12:54 UTC 2012


commit aeeb7d6647c07a0621464c16e1dbfc9f2506ab23
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Feb 17 15:12:51 2012 -0700

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

 djvulibre.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/djvulibre.spec b/djvulibre.spec
index b9486d4..c45578d 100644
--- a/djvulibre.spec
+++ b/djvulibre.spec
@@ -1,7 +1,7 @@
 Summary: DjVu viewers, encoders, and utilities
 Name: djvulibre
 Version: 3.5.24
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Publishing
 URL: http://djvu.sourceforge.net/
@@ -91,16 +91,12 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/bzz
 
 
 %post
-# Menu entry (icons and desktop file)
-%{_datadir}/djvu/djview3/desktop/register-djview-menu install || :
 # MIME types (icons and desktop file)
 %{_datadir}/djvu/osi/desktop/register-djvu-mime install || :
 
 %preun
 # Removal, not update
 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)
     %{_datadir}/djvu/osi/desktop/register-djvu-mime uninstall || :
 fi
@@ -133,6 +129,9 @@ fi
 
 
 %changelog
+* Fri Feb 17 2012 Orion Poplawski <orion at 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 at lists.fedoraproject.org> - 3.5.24-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list