Updated spec to remove QT dependency
This commit is contained in:
parent
9f09bda7e3
commit
2c30425dc6
14
poppler.spec
14
poppler.spec
@ -3,7 +3,7 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.6.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2 and Redistributable, no modification permitted
|
||||
# the code is GPLv2
|
||||
# the charmap data in /usr/share/poppler is redistributable
|
||||
@ -101,9 +101,12 @@ converting PDF files to a number of other formats.
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-cairo-output \
|
||||
--enable-poppler-qt \
|
||||
--enable-poppler-qt4 \
|
||||
--enable-xpdf-headers
|
||||
--disable-poppler-qt \
|
||||
--disable-poppler-qt4 \
|
||||
--enable-xpdf-headers \
|
||||
--disable-abiword-output \
|
||||
--disable-splash-output \
|
||||
--disable-gtk-test
|
||||
)
|
||||
make %{?_smp_mflags} -C %{name}-%{version}
|
||||
|
||||
@ -172,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 4 2007 Reinier Heeres <reinier@heeres.eu> - 0.6.2-4
|
||||
- Make OLPC-2 package without qt
|
||||
|
||||
* Sun Dec 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.2-3
|
||||
- Fix the qt3 checks some more
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user