rpms/djvulibre/OLPC-2 djvulibre.spec,1.20,1.21

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Wed Jan 30 09:02:54 UTC 2008


Author: mpg

Update of /cvs/pkgs/rpms/djvulibre/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22005

Modified Files:
	djvulibre.spec 
Log Message:
* Wed Jan 30 2008 Marco Pesenti Gritti <mpg at redhat.com> - 3.5.18-2
- Remove dependency on xdg-utils




Index: djvulibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/djvulibre/OLPC-2/djvulibre.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- djvulibre.spec	24 Jan 2008 23:14:03 -0000	1.20
+++ djvulibre.spec	30 Jan 2008 09:02:12 -0000	1.21
@@ -8,10 +8,8 @@
 URL: http://djvu.sourceforge.net/
 Source: http://dl.sf.net/djvu/djvulibre-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires(post): xdg-utils, /sbin/ldconfig
-Requires(preun): xdg-utils
+Requires(post): /sbin/ldconfig
 BuildRequires: libjpeg-devel, libtiff-devel
-BuildRequires: xdg-utils
 # Virtual provides... might be worth splitting out for multilib, but then we'd
 # probably need a separate -libs package to have 64bit tools and 32bit plugin
 Provides: mozilla-djvulibre = %{version}-%{release}
@@ -62,19 +60,6 @@
 
 %post
 /sbin/ldconfig
-# 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
 
 %postun -p /sbin/ldconfig
 
@@ -99,6 +84,9 @@
 
 
 %changelog
+* Wed Jan 30 2008 Marco Pesenti Gritti <mpg at redhat.com> - 3.5.18-2
+- Remove dependency on xdg-utils
+
 * Thu Jan 24 2008 Marco Pesenti Gritti <mpg at redhat.com> - 3.5.18-2
 - Remove the dependency on qt
 




More information about the fedora-extras-commits mailing list