Update to 3.13.90

... and include the new web browser plugin in the main package.
This commit is contained in:
Kalev Lember 2014-08-16 23:11:50 +02:00
parent e2b4a8f229
commit db141050c3
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <kalevlember@gmail.com> - 3.13.90-1
- Update to 3.13.90
- Include new web browser plugin
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
a8fdbcc40082e73b5560f615f5d40368 evince-3.13.3.1.tar.xz
1dbc88634e8216a588a3aade5d9e34ee evince-3.13.90.tar.xz