fix botch from previous commit(s)
This commit is contained in:
parent
23009cae05
commit
169ada771a
11
poppler.spec
11
poppler.spec
@ -3,7 +3,7 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.11.0
|
||||
Release: 4%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2 and Redistributable, no modification permitted
|
||||
# the code is GPLv2
|
||||
# the charmap data in /usr/share/poppler is redistributable
|
||||
@ -22,12 +22,12 @@ BuildRequires: automake libtool
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: lcms-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: openjpeg-devel >= 1.3-5
|
||||
BuildRequires: qt3-devel
|
||||
BuildRequires: qt4-devel
|
||||
|
||||
|
||||
|
||||
%description
|
||||
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
||||
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||
@ -125,6 +125,7 @@ unset QTDIR && . /etc/profile.d/qt.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-cairo-output \
|
||||
--enable-libjpeg \
|
||||
--enable-libopenjpeg \
|
||||
--enable-poppler-qt \
|
||||
--enable-poppler-qt4 \
|
||||
@ -225,9 +226,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-4
|
||||
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-6
|
||||
- reduce lib deps in qt/qt4 pkg-config support
|
||||
|
||||
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-5
|
||||
- --enable-libjpeg
|
||||
- (explicitly) --disable-zlib
|
||||
|
||||
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
||||
- --enable-libopenjpeg, --disable-zlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user