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
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.11.0
|
Version: 0.11.0
|
||||||
Release: 4%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2 and Redistributable, no modification permitted
|
License: GPLv2 and Redistributable, no modification permitted
|
||||||
# the code is GPLv2
|
# the code is GPLv2
|
||||||
# the charmap data in /usr/share/poppler is redistributable
|
# the charmap data in /usr/share/poppler is redistributable
|
||||||
@ -22,12 +22,12 @@ BuildRequires: automake libtool
|
|||||||
BuildRequires: cairo-devel
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: lcms-devel
|
BuildRequires: lcms-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: openjpeg-devel >= 1.3-5
|
BuildRequires: openjpeg-devel >= 1.3-5
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
BuildRequires: qt4-devel
|
BuildRequires: qt4-devel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
||||||
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||||
@ -125,6 +125,7 @@ unset QTDIR && . /etc/profile.d/qt.sh
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-cairo-output \
|
--enable-cairo-output \
|
||||||
|
--enable-libjpeg \
|
||||||
--enable-libopenjpeg \
|
--enable-libopenjpeg \
|
||||||
--enable-poppler-qt \
|
--enable-poppler-qt \
|
||||||
--enable-poppler-qt4 \
|
--enable-poppler-qt4 \
|
||||||
@ -225,9 +226,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
||||||
- --enable-libopenjpeg, --disable-zlib
|
- --enable-libopenjpeg, --disable-zlib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user