Build --without-xmlto
This commit is contained in:
parent
9a6a53731e
commit
5a0e0a843d
@ -7,7 +7,7 @@
|
||||
Summary: X.Org X11 Protocol headers
|
||||
Name: xorg-x11-proto-devel
|
||||
Version: 7.6
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: MIT
|
||||
Group: Development/System
|
||||
URL: http://www.x.org
|
||||
@ -65,7 +65,7 @@ for dir in $(ls -1) ; do
|
||||
pushd $dir
|
||||
[ -e configure ] || ./autogen.sh
|
||||
# yes, this looks horrible, but it's to get the .pc files in datadir
|
||||
%configure --libdir=%{_datadir}
|
||||
%configure --libdir=%{_datadir} --without-xmlto
|
||||
make %{?_smp_mflags}
|
||||
mv COPYING COPYING-${dir%%-*}
|
||||
popd
|
||||
@ -266,6 +266,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2011 Adam Jackson <ajax@redhat.com> 7.6-13
|
||||
- Build --without-xmlto
|
||||
|
||||
* Thu Jun 30 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-12
|
||||
- glproto 1.4.14
|
||||
- dri2proto 2.6
|
||||
|
Loading…
Reference in New Issue
Block a user