From b2e4bde58ca974b423bf37f9d5db0e8e254ab62a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 7 Mar 2013 14:29:51 +1000 Subject: [PATCH] autoreconf for aarch64 --- xorg-x11-fonts.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 7.5-8 +- autoreconf for aarch64 + * Fri Feb 15 2013 Fedora Release Engineering - 7.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild