]> git.pld-linux.org Git - packages/evince-gtk.git/blobdiff - evince-gtk.spec
- obsolete
[packages/evince-gtk.git] / evince-gtk.spec
index 49529dcbe02fa4b4788ef3673c3fe8f4408695a2..44956eb61a2d85ef877549fb49ada1becf582f90 100644 (file)
@@ -9,20 +9,20 @@ Summary:      Document viewer for multiple document formats -- the no libgnome versio
 Summary(pl.UTF-8):     Przeglądarka dokumentów w wielu formatach -- wersja nie wykorzystująca libgnome
 %define                _realname       evince
 Name:          evince-gtk
-Version:       2.19.4
+Version:       2.23.6
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Graphics
-Source0:       http://ftp.gnome.org/pub/gnome/sources/evince/2.19/%{_realname}-%{version}.tar.bz2
-# Source0-md5: 9e95005f53560ddbfeb20f0779044db5
+Source0:       http://ftp.gnome.org/pub/gnome/sources/evince/2.23/%{_realname}-%{version}.tar.bz2
+# Source0-md5: 04763835f04c3c8f52bfcef2041948a9
 Patch0:                %{_realname}-desktop.patch
-Patch1:                %{_realname}-gs8.patch
 URL:           http://www.gnome.org/projects/evince/
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_dbus:BuildRequires:    dbus-glib-devel >= 0.71}
 BuildRequires: djvulibre-devel >= 3.5.17
 BuildRequires: ghostscript
+%{?with_apidocs:BuildRequires: gnome-doc-utils >= 0.3.2}
 BuildRequires: gtk+2-devel >= 2:2.10.6
 BuildRequires: intltool >= 0.35.0
 BuildRequires: kpathsea-devel
@@ -31,7 +31,7 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtiff-devel
 BuildRequires: libxslt-progs >= 1.1.17
 BuildRequires: pkgconfig
-BuildRequires: poppler-glib-devel >= 0.5.9
+BuildRequires: poppler-glib-devel >= 0.6
 BuildRequires: python-libxml2
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
@@ -41,7 +41,7 @@ Requires(post,postun):        scrollkeeper
 Requires:      cairo >= 1.2.4
 Requires:      djvulibre >= 3.5.17
 Requires:      gtk+2 >= 2:2.10.6
-Requires:      poppler-glib >= 0.5.9
+Requires:      poppler-glib >= 0.6
 Conflicts:     evince
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -80,7 +80,6 @@ Ta wersja nie korzysta z bibliotek GNOME, a jedynie z GTK+.
 %prep
 %setup -q -n %{_realname}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 #%%{__intltoolize}
@@ -139,6 +138,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%attr(755,root,root) %{_libdir}/*.so.*
+%dir %{_libdir}/%{_realname}
+%dir %{_libdir}/%{_realname}/backends
+%attr(755,root,root) %{_libdir}/%{_realname}/backends/*.so
+%{_libdir}/%{_realname}/backends/*.evince-backend
 %{_mandir}/man1/*
 %{_datadir}/%{_realname}
 %{_desktopdir}/*.desktop
This page took 0.08333 seconds and 4 git commands to generate.