[rest] Run autoreconf for aarch64 (RHBZ 926440)

Peter Robinson pbrobinson at fedoraproject.org
Sat Apr 13 08:01:40 UTC 2013


commit 855f00e8570826d8b158b0b9ee273351f5d1adb1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Apr 13 09:01:14 2013 +0100

    Run autoreconf for aarch64 (RHBZ 926440)

 rest.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/rest.spec b/rest.spec
index a2583c1..679cb47 100644
--- a/rest.spec
+++ b/rest.spec
@@ -1,6 +1,6 @@
 Name:          rest
 Version:       0.7.90
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       A library for access to RESTful web services
 
 Group:         System Environment/Libraries
@@ -14,6 +14,9 @@ BuildRequires: gobject-introspection-devel
 BuildRequires: libsoup-devel
 BuildRequires: libxml2-devel
 BuildRequires: gtk-doc
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 
 %description
 This library was designed to make it easier to access web services that
@@ -38,6 +41,7 @@ Files for development with %{name}.
 %patch0 -p1 -b .fixdso
 
 %build
+autoreconf -vif
 %configure --disable-static --enable-gtk-doc --enable-introspection=yes
 
 make %{?_smp_mflags} V=1
@@ -73,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0/RestExtras-0.7.gir
 
 %changelog
+* Sat Apr 13 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.7.90-3
+- Run autoreconf for aarch64 (RHBZ 926440)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.90-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list