[imlib2] fix #925586: call autoreconf -ifv during build to add support for aarch64

Tomas Smetana tsmetana at fedoraproject.org
Tue Mar 26 13:12:41 UTC 2013


commit b627253c74cf62efae97c12754ea76f2944850df
Author: Tomas Smetana <tsmetana at fedoraproject.org>
Date:   Tue Mar 26 14:12:32 2013 +0100

    fix #925586: call autoreconf -ifv during build to add support for aarch64

 imlib2.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/imlib2.spec b/imlib2.spec
index 86be744..2c8e1a4 100644
--- a/imlib2.spec
+++ b/imlib2.spec
@@ -1,7 +1,7 @@
 Summary:        Image loading, saving, rendering, and manipulation library
 Name:           imlib2
 Version:        1.4.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        Imlib2
 Group:          System Environment/Libraries
 URL:            http://docs.enlightenment.org/api/imlib2/html/
@@ -68,6 +68,9 @@ asmopts="--enable-mmx --disable-amd64"
 %endif
 %endif
 
+# can be dropped once upstream moves to autoconf 2.69
+autoreconf -ifv
+
 # stop -L/usr/lib[64] getting added to imlib2-config
 export x_libs=" "
 %configure --disable-static --with-pic $asmopts
@@ -119,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 26 2013 Tomas Smetana <tsmetana at redhat.com> - 1.4.5-9
+- fix #925586: call autoreconf -ifv during build to add support for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list