From 60847b54ce620fa99b8bc37664bb6794ebc4e37a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 14:59:26 +1000 Subject: [PATCH] autoreconf for aarch64 --- libXfixes.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index 84c1090..a830749 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,13 +1,15 @@ Summary: X Fixes library Name: libXfixes Version: 5.0 -Release: 4%{?dist} +Release: 5%{?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(fixesproto) pkgconfig(xext) %description @@ -26,6 +28,7 @@ libXfixes development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make V=1 %{?_smp_mflags} @@ -57,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xfixes.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 5.0-5 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild