From 855f00e8570826d8b158b0b9ee273351f5d1adb1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 13 2013 08:01:14 +0000 Subject: Run autoreconf for aarch64 (RHBZ 926440) --- 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 0.7.90-3 +- Run autoreconf for aarch64 (RHBZ 926440) + * Thu Feb 14 2013 Fedora Release Engineering - 0.7.90-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild