- Remove unnecessary --disable-* arguments to configure, add --enable-* for
those backends we really want to make sure are enabled.
This commit is contained in:
parent
ae8d575392
commit
fd497cc889
@ -52,9 +52,8 @@ source vector graphics library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
%configure --enable-warnings --enable-xlib --enable-freetype \
|
||||||
--enable-xlib \
|
--enable-ps --enable-pdf --enable-svg \
|
||||||
--disable-atsui --disable-xcb --disable-win32 \
|
|
||||||
--disable-gtk-doc
|
--disable-gtk-doc
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -85,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-3
|
||||||
|
- Remove unnecessary --disable-* arguments to configure, add --enable-*
|
||||||
|
for those backends we really want to make sure are enabled.
|
||||||
|
|
||||||
* Wed Aug 9 2006 Ray Strode <rstrode@redhat.com> - 1.2.2-2
|
* Wed Aug 9 2006 Ray Strode <rstrode@redhat.com> - 1.2.2-2
|
||||||
- add lame libXt-devel BuildReq to get things building again.
|
- add lame libXt-devel BuildReq to get things building again.
|
||||||
- small spec tweaks to follow conventions
|
- small spec tweaks to follow conventions
|
||||||
|
Loading…
Reference in New Issue
Block a user