From c80859fb5f29f62a25fac9be21e274b9cac1ab5e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 14:57:27 +1000 Subject: [PATCH] autoreconf for aarch64 --- libXcursor.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libXcursor.spec b/libXcursor.spec index a9e4b27..d568111 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -1,7 +1,7 @@ Summary: Cursor management library Name: libXcursor Version: 1.1.13 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -9,6 +9,7 @@ URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 Source1: index.theme +BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel @@ -40,6 +41,7 @@ mv COPYING.new COPYING %define with_static 0 %build +autoreconf -v --install --force #export CFLAGS="$RPM_OPT_FLAGS -DICONDIR=\"%{_datadir}/icons\"" %configure \ %if ! %{with_static} @@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Xcursor*.3* %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.1.13-4 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.1.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild