[xorg-x11-fonts] autoreconf for aarch64

Dave Airlie airlied at fedoraproject.org
Thu Mar 7 04:30:07 UTC 2013


commit b2e4bde58ca974b423bf37f9d5db0e8e254ab62a
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 7 14:29:51 2013 +1000

    autoreconf for aarch64

 xorg-x11-fonts.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec
index e563e78..a77f956 100644
--- a/xorg-x11-fonts.spec
+++ b/xorg-x11-fonts.spec
@@ -26,7 +26,7 @@
 Summary:	X.Org X11 fonts
 Name:		xorg-x11-fonts
 Version:	7.5
-Release:	7%{?dist}
+Release:	8%{?dist}
 License:	MIT and Lucida and Public Domain
 Group:		User Interface/X
 URL:		http://www.x.org
@@ -83,6 +83,7 @@ BuildRequires: xorg-x11-font-utils >= 7.5-3
 # rpm scripts.  However, it is easier to depend on fontconfig here than it is
 # to patch all 40+ tarballs to stop running fc-cache.
 BuildRequires: fontconfig
+BuildRequires: autoconf automake libtool
 
 BuildRequires: ucs2any, bdftruncate, bdftopcf
 
@@ -318,6 +319,7 @@ Contains a set of Cyrillic fonts.
 #--------------------------------------------------------------------------
 %build
 pushd encodings-*
+autoreconf -vif
 %configure --with-fontrootdir=%{_x11fontdir}
 make
 popd
@@ -325,6 +327,7 @@ popd
 for dir in font-*; do
     pushd $dir
     # FIXME: do any fonts actually support the ISO8559 configure flags?
+    autoreconf -vif
     %configure --with-fontrootdir=%{_x11fontdir} \
 	--disable-iso8859-3 --disable-iso8859-4 --disable-iso8859-6 \
 	--disable-iso8859-10 --disable-iso8859-11 --disable-iso8859-12 \
@@ -1054,6 +1057,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %verify(not md5 size mtime) %{_x11fontdir}/cyrillic/fonts.cache-*
 
 %changelog
+* Thu Mar 07 2013 Dave Airlie <airlied at redhat.com> 7.5-8
+- autoreconf for aarch64
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.5-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list