From 54aa6ed22f04252f96bfb8baee148c02cb781cdc Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 7 Mar 2013 14:36:39 +1000 Subject: [PATCH] autoreconf for aarch64 --- xorg-x11-font-utils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xorg-x11-font-utils.spec b/xorg-x11-font-utils.spec index f88849a..b8b03fd 100644 --- a/xorg-x11-font-utils.spec +++ b/xorg-x11-font-utils.spec @@ -6,7 +6,7 @@ Name: xorg-x11-%{pkgname} # IMPORTANT: If package ever gets renamed to something else, remove the Epoch line! Epoch: 1 Version: 7.5 -Release: 11%{?dist} +Release: 12%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -25,7 +25,8 @@ BuildRequires: pkgconfig(xfont) pkgconfig(x11) BuildRequires: libfontenc-devel >= 0.99.2-2 BuildRequires: freetype-devel BuildRequires: zlib-devel -BuildRequires: autoconf +BuildRequires: autoconf automake libtool +BuildRequires: xorg-x11-util-macros Provides: %{pkgname} Provides: bdftopcf, fonttosfnt, mkfontdir, mkfontscale, ucs2any @@ -52,6 +53,7 @@ cd ${oldpwd} oldpwd=$(pwd) cd $app-* # this --with-mapdir should be redundant? + autoreconf -vif %configure --with-mapdir=%{_datadir}/X11/fonts/util make cd ${oldpwd} @@ -105,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/ucs2any.1* %changelog +* Thu Mar 07 2013 Dave Airlie 7.5-12 +- autoreconf for aarch64 + * Fri Feb 15 2013 Fedora Release Engineering - 1:7.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild