[mysqludf_xql] autoreconf for aarch64

Yanko Kaneti yaneti at fedoraproject.org
Mon Mar 25 12:15:11 UTC 2013


commit a7a18885f3276d0ef3e021141b32a14a6b224bd9
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Mon Mar 25 14:15:16 2013 +0200

    autoreconf for aarch64

 mysqludf_xql.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/mysqludf_xql.spec b/mysqludf_xql.spec
index 6b2e5d6..9e920b8 100644
--- a/mysqludf_xql.spec
+++ b/mysqludf_xql.spec
@@ -2,7 +2,7 @@
 
 Name:           mysqludf_xql
 Version:        1.0.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MySQL UDF library for XML output
 
 Group:          Applications/Databases
@@ -14,12 +14,17 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  mysql-devel libxml2-devel
 Requires:       mysql-server
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=926190
+# autoreconf for aarch64
+BuildRequires: automake autoconf libtool
+
 %description
 The lib_mysqludf_xql library provides an array of functions, which can be used 
 to create XML output directly from MySQL using a single SQL query. 
 
 %prep
 %setup -q -n lib_%{name}-%{version}
+autoreconf -fi
 sed -i 's/\r//' API COPYING installdb.sql
 
 %build
@@ -45,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 25 2013 Yanko Kaneti <yaneti at declera.com> - 1.0.0-5
+- autoreconf for aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list