Require synctex 1.19 during build
to not use the bundled one Related: #1595910
This commit is contained in:
parent
de298b3fa5
commit
45013262ce
@ -2,10 +2,11 @@
|
||||
%global glib2_version 2.36.0
|
||||
%global gtk3_version 3.16.0
|
||||
%global gxps_version 0.2.1
|
||||
%global synctex_version 1.19
|
||||
|
||||
Name: evince
|
||||
Version: 3.30.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||
@ -48,6 +49,7 @@ BuildRequires: djvulibre-devel
|
||||
%endif
|
||||
# for the xps backend
|
||||
BuildRequires: pkgconfig(libgxps) >= %{gxps_version}
|
||||
BuildRequires: pkgconfig(synctex) >= %{synctex_version}
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
@ -244,6 +246,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user