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