From a1dc94e53957a2bb26accd8013fa2242ad6a1d32 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 14:57:48 +1000 Subject: [PATCH] autoreconf for aarch64 --- libXdamage.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXdamage.spec b/libXdamage.spec index cf4e803..6f7b01b 100644 --- a/libXdamage.spec +++ b/libXdamage.spec @@ -1,7 +1,7 @@ Summary: X Damage extension library Name: libXdamage Version: 1.1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,6 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +BuildRequires: xorg-x11-util-macros +BuildRequires: autoconf automake libtool BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(damageproto) >= 1.1.0 @@ -27,6 +29,7 @@ X.Org X11 libXdamage 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 %{_libdir}/pkgconfig/xdamage.pc %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.1.4-3 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild