[libXfont] autoreconf for aarch64

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


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

    autoreconf for aarch64

 libXfont.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libXfont.spec b/libXfont.spec
index ac3e64e..afe7ca6 100644
--- a/libXfont.spec
+++ b/libXfont.spec
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libXfont runtime library
 Name: libXfont
 Version: 1.4.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
+BuildRequires: autoconf automake libtool
 BuildRequires: pkgconfig(fontsproto)
 BuildRequires: xorg-x11-util-macros
 BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-3
@@ -31,6 +32,7 @@ X.Org X11 libXfont development package
 %setup -q
 
 %build
+autoreconf -v --install --force
 export CFLAGS="$RPM_OPT_FLAGS -Os"
 %configure --disable-static
 make %{?_smp_mflags}  
@@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/xfont.pc
 
 %changelog
+* Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.4.5-4
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list