[libICE] autoreconf for aarch64

Peter Hutterer whot at fedoraproject.org
Thu Mar 7 04:23:31 UTC 2013


commit 13b21344b6ae4bc1d5049f2902b05f74a50381e5
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Mar 7 14:23:31 2013 +1000

    autoreconf for aarch64

 libICE.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libICE.spec b/libICE.spec
index 667d31e..f8a6041 100644
--- a/libICE.spec
+++ b/libICE.spec
@@ -1,13 +1,14 @@
 Summary: X.Org X11 ICE runtime library
 Name: libICE
 Version: 1.0.8
-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: autoconf automake libtool
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-5
@@ -27,6 +28,7 @@ The X.Org X11 ICE (Inter-Client Exchange) development package.
 %setup -q
 
 %build
+autoreconf -v --install --force
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ice.pc
 
 %changelog
+* Thu Mar 07 2013 Peter Hutterer <peter.hutterer at redhat.com> - 1.0.8-4
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list