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!
|
# IMPORTANT: If package ever gets renamed to something else, remove the Epoch line!
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 7.5
|
Version: 7.5
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -25,7 +25,8 @@ BuildRequires: pkgconfig(xfont) pkgconfig(x11)
|
|||||||
BuildRequires: libfontenc-devel >= 0.99.2-2
|
BuildRequires: libfontenc-devel >= 0.99.2-2
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf automake libtool
|
||||||
|
BuildRequires: xorg-x11-util-macros
|
||||||
|
|
||||||
Provides: %{pkgname}
|
Provides: %{pkgname}
|
||||||
Provides: bdftopcf, fonttosfnt, mkfontdir, mkfontscale, ucs2any
|
Provides: bdftopcf, fonttosfnt, mkfontdir, mkfontscale, ucs2any
|
||||||
@ -52,6 +53,7 @@ cd ${oldpwd}
|
|||||||
oldpwd=$(pwd)
|
oldpwd=$(pwd)
|
||||||
cd $app-*
|
cd $app-*
|
||||||
# this --with-mapdir should be redundant?
|
# this --with-mapdir should be redundant?
|
||||||
|
autoreconf -vif
|
||||||
%configure --with-mapdir=%{_datadir}/X11/fonts/util
|
%configure --with-mapdir=%{_datadir}/X11/fonts/util
|
||||||
make
|
make
|
||||||
cd ${oldpwd}
|
cd ${oldpwd}
|
||||||
@ -105,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/ucs2any.1*
|
%{_mandir}/man1/ucs2any.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user