Require texlive-lib-devel instead of kpathsea-devel
Require gcc and gcc-c++ Resolves: #1600511
This commit is contained in:
parent
a428c69e9f
commit
f8af77a51a
11
evince.spec
11
evince.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 3.28.2
|
Version: 3.28.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -20,6 +20,8 @@ Patch6: 0001-Revert-Bump-poppler-requirements-to-0.33.0.patch
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1359507
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1359507
|
||||||
Patch7: evince-3.28.2-media-player-keys.patch
|
Patch7: evince-3.28.2-media-player-keys.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(adwaita-icon-theme)
|
BuildRequires: pkgconfig(adwaita-icon-theme)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
@ -42,7 +44,7 @@ BuildRequires: gnome-common
|
|||||||
# for the nautilus properties page
|
# for the nautilus properties page
|
||||||
BuildRequires: pkgconfig(libnautilus-extension)
|
BuildRequires: pkgconfig(libnautilus-extension)
|
||||||
# for the dvi backend
|
# for the dvi backend
|
||||||
BuildRequires: kpathsea-devel
|
BuildRequires: texlive-lib-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# for the djvu backend
|
# for the djvu backend
|
||||||
BuildRequires: djvulibre-devel
|
BuildRequires: djvulibre-devel
|
||||||
@ -252,6 +254,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
|||||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 12 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-3
|
||||||
|
- Change build requirement of kpathsea-devel to texlive-lib-devel
|
||||||
|
- Require gcc and gcc-c++
|
||||||
|
- Resolves: #1600511
|
||||||
|
|
||||||
* Wed May 9 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-2
|
* Wed May 9 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-2
|
||||||
- Fix crash in EvMediaPlayerKeys
|
- Fix crash in EvMediaPlayerKeys
|
||||||
- Resolves: #1359507
|
- Resolves: #1359507
|
||||||
|
Loading…
Reference in New Issue
Block a user