From 88e1b4f6ba49090e01170d4b7c1d75422527f022 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Mar 2013 15:06:20 +1000 Subject: [PATCH] autoreconf for aarch64 --- libXxf86vm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libXxf86vm.spec b/libXxf86vm.spec index 2dd8094..3131703 100644 --- a/libXxf86vm.spec +++ b/libXxf86vm.spec @@ -1,12 +1,14 @@ Summary: X.Org X11 libXxf86vm runtime library Name: libXxf86vm Version: 1.1.2 -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(xext) pkgconfig(xf86vidmodeproto) %description @@ -24,6 +26,7 @@ X.Org X11 libXxf86vm development package %setup -q %build +autoreconf -v --install --force %configure --disable-static make %{?_smp_mflags} @@ -49,6 +52,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/X11/extensions/xf86vmode.h %changelog +* Thu Mar 07 2013 Peter Hutterer - 1.1.2-4 +- autoreconf for aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild