Don't link against t1lib, freetype is sufficient (#852489)
This commit is contained in:
parent
c084610eb8
commit
ce814e6e32
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 3.14.1
|
Version: 3.14.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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
|
||||||
@ -40,7 +40,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: t1lib-devel
|
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: adwaita-icon-theme-devel
|
BuildRequires: adwaita-icon-theme-devel
|
||||||
BuildRequires: gnome-desktop3-devel
|
BuildRequires: gnome-desktop3-devel
|
||||||
@ -152,7 +151,7 @@ This package contains the evince web browser plugin.
|
|||||||
--enable-djvu=yes \
|
--enable-djvu=yes \
|
||||||
%endif
|
%endif
|
||||||
--enable-xps=yes \
|
--enable-xps=yes \
|
||||||
--enable-t1lib=yes
|
--enable-t1lib=no
|
||||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -272,6 +271,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
|||||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 08 2014 Adam Jackson <ajax@redhat.com> 3.14.1-8
|
||||||
|
- Don't link against t1lib, freetype is sufficient (#852489)
|
||||||
|
|
||||||
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-7
|
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-7
|
||||||
- Fix configuration with ligbnome-desktop
|
- Fix configuration with ligbnome-desktop
|
||||||
- Related: #1147270
|
- Related: #1147270
|
||||||
|
Loading…
Reference in New Issue
Block a user