Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
adabfa21f0 | ||
|
616a3562a8 | ||
|
45013262ce | ||
|
de298b3fa5 | ||
|
e1e4550ffa | ||
|
f0e0f07f2e | ||
|
eebfdc59f1 | ||
|
fee2a6692c | ||
|
dc508de9a0 | ||
|
039e1cfc49 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -73,3 +73,8 @@ evince-3.0.0.tar.bz2
|
|||||||
/evince-3.28.1.tar.xz
|
/evince-3.28.1.tar.xz
|
||||||
/evince-3.28.2.tar.xz
|
/evince-3.28.2.tar.xz
|
||||||
/evince-3.29.90.tar.xz
|
/evince-3.29.90.tar.xz
|
||||||
|
/evince-3.29.92.tar.xz
|
||||||
|
/evince-3.30.0.tar.xz
|
||||||
|
/evince-3.30.1.tar.xz
|
||||||
|
/evince-3.30.2.tar.xz
|
||||||
|
/evince-3.30.3.tar.xz
|
||||||
|
60
evince.spec
60
evince.spec
@ -2,10 +2,11 @@
|
|||||||
%global glib2_version 2.36.0
|
%global glib2_version 2.36.0
|
||||||
%global gtk3_version 3.16.0
|
%global gtk3_version 3.16.0
|
||||||
%global gxps_version 0.2.1
|
%global gxps_version 0.2.1
|
||||||
|
%global synctex_version 1.19
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 3.29.90
|
Version: 3.30.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||||
@ -48,11 +49,15 @@ BuildRequires: djvulibre-devel
|
|||||||
%endif
|
%endif
|
||||||
# for the xps backend
|
# for the xps backend
|
||||||
BuildRequires: pkgconfig(libgxps) >= %{gxps_version}
|
BuildRequires: pkgconfig(libgxps) >= %{gxps_version}
|
||||||
|
BuildRequires: pkgconfig(synctex) >= %{synctex_version}
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
|
||||||
|
# Removed in F29
|
||||||
|
Obsoletes: evince-browser-plugin < 3.30.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Evince is simple multi-page document viewer. It can display and print
|
Evince is simple multi-page document viewer. It can display and print
|
||||||
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
||||||
@ -111,15 +116,6 @@ This package contains the evince extension for the nautilus file manager.
|
|||||||
It adds an additional tab called "Document" to the file properties dialog.
|
It adds an additional tab called "Document" to the file properties dialog.
|
||||||
|
|
||||||
|
|
||||||
%package browser-plugin
|
|
||||||
Summary: Evince web browser plugin
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
Requires: mozilla-filesystem
|
|
||||||
|
|
||||||
%description browser-plugin
|
|
||||||
This package contains the evince web browser plugin.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -137,7 +133,8 @@ autoreconf -f -i
|
|||||||
--enable-djvu=yes \
|
--enable-djvu=yes \
|
||||||
%endif
|
%endif
|
||||||
--enable-xps=yes \
|
--enable-xps=yes \
|
||||||
--enable-t1lib=no
|
--enable-t1lib=no \
|
||||||
|
--enable-ps=yes
|
||||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -248,10 +245,43 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
|||||||
%files nautilus
|
%files nautilus
|
||||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||||
|
|
||||||
%files browser-plugin
|
|
||||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 29 2019 Kalev Lember <klember@redhat.com> - 3.30.3-1
|
||||||
|
- Update to 3.30.3
|
||||||
|
|
||||||
|
* Tue Jun 11 2019 Marek Kasik <mkasik@redhat.com> - 3.30.2-4
|
||||||
|
- Handle failure from TIFFReadRGBAImageOriented
|
||||||
|
- Resolves: #1716298
|
||||||
|
|
||||||
|
* Fri Jan 11 2019 Marek Kasik <mkasik@redhat.com> - 3.30.2-3
|
||||||
|
- Require synctex 1.19 during build to not use the bundled one
|
||||||
|
- Related: #1595910
|
||||||
|
|
||||||
|
* Sat Nov 10 2018 Kalev Lember <klember@redhat.com> - 3.30.2-2
|
||||||
|
- Obsolete evince-browser-plugin (#1644960)
|
||||||
|
|
||||||
|
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
|
||||||
|
- Update to 3.30.2
|
||||||
|
|
||||||
|
* Tue Oct 2 2018 Marek Kasik <mkasik@redhat.com> - 3.30.1-2
|
||||||
|
- Enable PostScript backend again
|
||||||
|
- Resolves: #1635074
|
||||||
|
|
||||||
|
* Mon Oct 01 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
|
||||||
|
- Update to 3.30.1
|
||||||
|
|
||||||
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
|
||||||
|
- Rebuilt against fixed atk (#1626575)
|
||||||
|
|
||||||
|
* Tue Sep 4 2018 Marek Kasik <mkasik@redhat.com> - 3.30.0-1
|
||||||
|
- Update to 3.30.0
|
||||||
|
- Remove browser-plugin, it was disabled by default
|
||||||
|
- by upstream (see upstream issue #968)
|
||||||
|
|
||||||
|
* Tue Aug 28 2018 Marek Kasik <mkasik@redhat.com> - 3.29.92-1
|
||||||
|
- Update to 3.29.92
|
||||||
|
- Disable PostScript temporarily (see upstream issue #967)
|
||||||
|
|
||||||
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-2
|
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-2
|
||||||
- Add requirement of gspell
|
- Add requirement of gspell
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evince-3.29.90.tar.xz) = e96869586bf23987a2634c7637ad620b325fb43dfe381dd2e751066bcfc807d6e7d456c61add727531013c22b1cdf2832468ba5b18daff59e3377782a948d4f3
|
SHA512 (evince-3.30.3.tar.xz) = 63ec837249d7c43741bfb4af2dc299693b02de9ec7e72fa41184578c3338b70c13b786e65d90cd7a548dc32c28e2b17e517292b1a57ade6d388135d944c57f65
|
||||||
|
Loading…
Reference in New Issue
Block a user