[libXext] autoreconf for aarch64

Peter Hutterer whot at fedoraproject.org
Thu Mar 7 04:59:06 UTC 2013


commit 720b8c3a7ce337c38491f971ebd36a3de55b99e3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Mar 7 14:59:05 2013 +1000

    autoreconf for aarch64

 libXext.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libXext.spec b/libXext.spec
index cf2e3e9..8ff856d 100644
--- a/libXext.spec
+++ b/libXext.spec
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXext runtime library
 Name: libXext
 Version: 1.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
+BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-proto-devel >= 7.4-23
 BuildRequires: libX11-devel
 BuildRequires: libXau-devel
@@ -30,6 +31,7 @@ X.Org X11 libXext development package
 %setup -q
 
 %build
+autoreconf -v --install --force
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.3.1-4
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list