SPECS: evince-gtk.spec - up to 0.9.3 - enable all plugins by hand ...

czarny czarny at pld-linux.org
Fri Aug 24 11:19:06 CEST 2007


Author: czarny                       Date: Fri Aug 24 09:19:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.9.3
- enable all plugins by hand in configure
- build patch not needed anymore
- better handling with/without {apidocs,dbus}

---- Files affected:
SPECS:
   evince-gtk.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/evince-gtk.spec
diff -u SPECS/evince-gtk.spec:1.2 SPECS/evince-gtk.spec:1.3
--- SPECS/evince-gtk.spec:1.2	Mon Jun  4 22:00:25 2007
+++ SPECS/evince-gtk.spec	Fri Aug 24 11:19:01 2007
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
 #
+# - are schemas (thus GConf) needed?
+#
 # Conditional build:
 %bcond_without	dbus		# disable DBUS support
 %bcond_without	apidocs		# disable gtk-doc
@@ -8,15 +10,14 @@
 Summary(pl.UTF-8):	Przeglądarka dokumentów w wielu formatach -- wersja nie wykorzystująca libgnome
 %define		_realname	evince
 Name:		evince-gtk
-Version:	0.9.0
+Version:	0.9.3
 Release:	1
 License:	GPL v2
 Group:		X11/Applications/Graphics
 Source0:	http://ftp.gnome.org/pub/gnome/sources/evince/0.9/%{_realname}-%{version}.tar.bz2
-# Source0-md5:	620294cf13a7b98e966bfa64a9eec08f
+# Source0-md5:	64259f5b7084f5c98b463eb42b000114
 Patch0:		%{_realname}-desktop.patch
 Patch1:		%{_realname}-gs8.patch
-Patch2:		%{name}-comics-gnome-vfs2.patch
 URL:		http://www.gnome.org/projects/evince/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -31,7 +32,7 @@
 BuildRequires:	libtiff-devel
 BuildRequires:	libxslt-progs >= 1.1.17
 BuildRequires:	pkgconfig
-BuildRequires:	poppler-glib-devel >= 0.5.4
+BuildRequires:	poppler-glib-devel >= 0.5.9
 BuildRequires:	python-libxml2
 BuildRequires:	rpmbuild(macros) >= 1.197
 BuildRequires:	scrollkeeper
@@ -41,7 +42,7 @@
 Requires:	cairo >= 1.2.4
 Requires:	djvulibre >= 3.5.17
 Requires:	gtk+2 >= 2:2.10.6
-Requires:	poppler-glib >= 0.5.4
+Requires:	poppler-glib >= 0.5.9
 Conflicts:	evince
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -81,26 +82,29 @@
 %setup -q -n %{_realname}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-%{__intltoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__intltoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
-	%{?with_apidocs:--enable-gtk-doc} \
+	%{!?with_apidocs:--disable-gtk-doc} \
+	%{!?with_apidocs:--disable-scrollkeeper} \
 	--disable-nautilus \
 	--disable-static \
 	--disable-schemas-install \
 	--enable-comics \
-	%{?with_dbus:--enable-dbus} \
+	%{!?with_dbus:--disable-dbus} \
 	--enable-djvu \
 	--enable-dvi \
 	--enable-impress \
-	--enable-nautilus \
+	--enable-pdf \
 	--enable-pixbuf \
+	--enable-ps \
+	--enable-t1lib \
+	--enable-thumbnailer \
 	--enable-tiff \
 	--with-print=gtk \
 	--with-html-dir=%{_gtkdocdir} \
@@ -154,6 +158,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/08/24 09:19:01  czarny
+- up to 0.9.3
+- enable all plugins by hand in configure
+- build patch not needed anymore
+- better handling with/without {apidocs,dbus}
+
 Revision 1.2  2007/06/04 20:00:25  qrczak
 - Fixed bcond comment
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evince-gtk.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list