[libXrandr] autoreconf for aarch64

Peter Hutterer whot at fedoraproject.org
Thu Mar 7 05:02:05 UTC 2013


commit 8858ae07e121dfc8f9aa5ea3a326fea81359765f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Mar 7 15:02:05 2013 +1000

    autoreconf for aarch64

 libXrandr.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libXrandr.spec b/libXrandr.spec
index 4718247..b76b027 100644
--- a/libXrandr.spec
+++ b/libXrandr.spec
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libXrandr runtime library
 Name: libXrandr
 Version: 1.4.0
-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: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
+BuildRequires: xorg-x11-util-macros
+BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: pkgconfig(randrproto) >= 1.3.0
 BuildRequires: pkgconfig(xrender)
@@ -29,6 +31,7 @@ X.Org X11 libXrandr development package
 %setup -q
 
 %build
+autoreconf -v --install --force
 %configure  --disable-static
 make %{?_smp_mflags}
 
@@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.4.0-3
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list