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