autoreconf for aarch64
This commit is contained in:
parent
1a4b53fd02
commit
563274858f
@ -1,13 +1,15 @@
|
||||
Summary: X.Org X11 libXft runtime library
|
||||
Name: libXft
|
||||
Version: 2.3.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: freetype-devel >= 2.1.9-2
|
||||
BuildRequires: fontconfig-devel >= 2.2-1
|
||||
@ -29,6 +31,7 @@ X.Org X11 libXft development package
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -v --install --force
|
||||
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/Xft.3*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.1-4
|
||||
- autoreconf for aarch64
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user