autoreconf for aarch64
This commit is contained in:
parent
08481eec08
commit
54aa6ed22f
@ -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 <airlied@redhat.com> 7.5-12
|
||||
- autoreconf for aarch64
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:7.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user