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

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Thu Jan 24 23:14:41 UTC 2008


Author: mpg

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

Modified Files:
	djvulibre.spec 
Log Message:
* Thu Jan 24 2008 Marco Pesenti Gritti <mpg at redhat.com> - 3.5.18-2
- Remove the dependency on qt




Index: djvulibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/djvulibre/OLPC-2/djvulibre.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- djvulibre.spec	5 Feb 2007 12:43:51 -0000	1.19
+++ djvulibre.spec	24 Jan 2008 23:14:03 -0000	1.20
@@ -1,7 +1,8 @@
+
 Summary: DjVu viewers, encoders, utilities and web browser plugin
 Name: djvulibre
 Version: 3.5.18
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Publishing
 URL: http://djvu.sourceforge.net/
@@ -9,7 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(post): xdg-utils, /sbin/ldconfig
 Requires(preun): xdg-utils
-BuildRequires: qt-devel, libjpeg-devel, libtiff-devel
+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
@@ -50,10 +51,6 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
-# Move plugin from the netscape directory to the main mozilla one
-%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/plugins/
-%{__mv} %{buildroot}%{_libdir}/netscape/plugins/nsdejavu.so \
-        %{buildroot}%{_libdir}/mozilla/plugins/nsdejavu.so
 
 # Fix for the libs to get stripped correctly (still required in 3.5.18)
 find %{buildroot}%{_libdir} -name '*.so*' | xargs %{__chmod} +x
@@ -87,7 +84,6 @@
 %doc README COPYRIGHT COPYING NEWS TODO doc/
 %{_bindir}/*
 %{_libdir}/*.so.*
-%{_libdir}/mozilla/plugins/nsdejavu.so
 %{_datadir}/djvu/
 %{_mandir}/man1/*
 #lang(de) %{_mandir}/de/man1/*
@@ -103,6 +99,9 @@
 
 
 %changelog
+* Thu Jan 24 2008 Marco Pesenti Gritti <mpg at redhat.com> - 3.5.18-2
+- Remove the dependency on qt
+
 * Mon Feb  5 2007 Matthias Saou <http://freshrpms.net/> 3.5.18-1
 - Update to 3.5.18.
 - Remove no longer needed /usr/include/qt3 replacing.




More information about the fedora-extras-commits mailing list