[libXaw] autoreconf for aarch64

Peter Hutterer whot at fedoraproject.org
Thu Mar 7 04:56:40 UTC 2013


commit ce7adce17cbe7181953181e35f5bb385890db109
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Mar 7 14:56:33 2013 +1000

    autoreconf for aarch64

 libXaw.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libXaw.spec b/libXaw.spec
index 4fda8c8..a3a8229 100644
--- a/libXaw.spec
+++ b/libXaw.spec
@@ -1,13 +1,14 @@
 Summary: X Athena Widget Set
 Name: libXaw
 Version: 1.0.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 URL: http://www.x.org
 Group: System Environment/Libraries
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
+BuildRequires: autoconf automake libtool
 BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(xt)
 BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
 # Required by the configury.
@@ -31,6 +32,7 @@ X.Org X11 libXaw development package
 %setup -q
 
 %build
+autoreconf -v --install --force
 export CFLAGS="$RPM_OPT_FLAGS -Os"
 %configure \
 	    --docdir=%{_docdir}/%{name}-%{version}-%{release} \
@@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 #{_docdir}/%{name}-%{version}-%{release}/%{name}.txt
 
 %changelog
+* Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.0.11-4
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list