From ce7adce17cbe7181953181e35f5bb385890db109 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 14:56:33 +1000 Subject: [PATCH] autoreconf for aarch64 --- libXaw.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 1.0.11-4 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild