autoreconf for aarch64
This commit is contained in:
parent
b40385b2b6
commit
ea7ebc666b
@ -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.7
|
Version: 7.7
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -45,6 +45,7 @@ Source40: make-git-snapshot.sh
|
|||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
%if ! %{build_bootstrap}
|
%if ! %{build_bootstrap}
|
||||||
Requires: mesa-libGL-devel
|
Requires: mesa-libGL-devel
|
||||||
@ -65,6 +66,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
|
||||||
|
autoreconf -vif
|
||||||
%configure --libdir=%{_datadir} --without-xmlto
|
%configure --libdir=%{_datadir} --without-xmlto
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
mv COPYING COPYING-${dir%%-*}
|
mv COPYING COPYING-${dir%%-*}
|
||||||
@ -266,6 +268,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/xproxymngproto.pc
|
%{_datadir}/pkgconfig/xproxymngproto.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 7.7-4
|
||||||
|
- autoreconf for aarch64
|
||||||
|
|
||||||
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-3
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-3
|
||||||
- inputproto 2.3
|
- inputproto 2.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user