- --enable-libopenjpeg
- (explicitly) --disable-zlib
This commit is contained in:
parent
bf90f6a1de
commit
95b65d6929
18
poppler.spec
18
poppler.spec
@ -3,7 +3,7 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.11.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2 and Redistributable, no modification permitted
|
||||
# the code is GPLv2
|
||||
# the charmap data in /usr/share/poppler is redistributable
|
||||
@ -15,11 +15,14 @@ Patch0: poppler-ObjStream.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
BuildRequires: automake libtool
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: lcms-devel
|
||||
BuildRequires: openjpeg-devel >= 1.3-5
|
||||
BuildRequires: qt3-devel
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: lcms-devel
|
||||
|
||||
|
||||
|
||||
%description
|
||||
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
||||
@ -117,9 +120,12 @@ unset QTDIR && . /etc/profile.d/qt.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-cairo-output \
|
||||
--enable-libopenjpeg \
|
||||
--enable-poppler-qt \
|
||||
--enable-poppler-qt4 \
|
||||
--enable-xpdf-headers
|
||||
--enable-xpdf-headers \
|
||||
--disable-zlib
|
||||
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
@ -214,6 +220,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
||||
- --enable-libopenjpeg
|
||||
- (explicitly) --disable-zlib
|
||||
|
||||
* Sun May 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-2
|
||||
- update changelog
|
||||
- track sonames
|
||||
|
Loading…
Reference in New Issue
Block a user