From db141050c3739e6c6ce1e97067cd98836ab2dc21 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Aug 16 2014 21:12:18 +0000 Subject: Update to 3.13.90 ... and include the new web browser plugin in the main package. --- diff --git a/.gitignore b/.gitignore index 37117b9..0c8e836 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ evince-3.0.0.tar.bz2 /evince-3.12.1.tar.xz /evince-3.13.3.tar.xz /evince-3.13.3.1.tar.xz +/evince-3.13.90.tar.xz diff --git a/evince.spec b/evince.spec index 8c6c750..7e4e503 100644 --- a/evince.spec +++ b/evince.spec @@ -1,10 +1,10 @@ -%global poppler_version 0.20.0 -%global glib2_version 2.33.2 +%global poppler_version 0.24.0 +%global glib2_version 2.36.0 %global gxps_version 0.2.1 Name: evince -Version: 3.13.3.1 -Release: 4%{?dist} +Version: 3.13.90 +Release: 1%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse @@ -43,6 +43,7 @@ BuildRequires: djvulibre-devel BuildRequires: libgxps-devel >= %{gxps_version} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: mozilla-filesystem %description Evince is simple multi-page document viewer. It can display and print @@ -128,6 +129,8 @@ desktop-file-install --delete-original \ mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications # Get rid of static libs and .la files. +rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.la @@ -169,6 +172,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||: %{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml %{_datadir}/GConf/gsettings/evince.convert %{_datadir}/thumbnailers/evince.thumbnailer +%{_libdir}/mozilla/plugins/libevbrowserplugin.so %files libs %doc README COPYING NEWS AUTHORS @@ -227,6 +231,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||: %{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so %changelog +* Sat Aug 16 2014 Kalev Lember - 3.13.90-1 +- Update to 3.13.90 +- Include new web browser plugin + * Sat Aug 16 2014 Fedora Release Engineering - 3.13.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index ce07457..79f5ab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8fdbcc40082e73b5560f615f5d40368 evince-3.13.3.1.tar.xz +1dbc88634e8216a588a3aade5d9e34ee evince-3.13.90.tar.xz