[scim-thai] run autoconf on aarch64 (#926499)

Jens Petersen petersen at fedoraproject.org
Mon Sep 2 02:51:20 UTC 2013


commit b2c3452fb2254ff31f92c74cf90c3925cc68be65
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Sep 2 11:51:05 2013 +0900

    run autoconf on aarch64 (#926499)

 scim-thai.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/scim-thai.spec b/scim-thai.spec
index f0599e3..efb211c 100644
--- a/scim-thai.spec
+++ b/scim-thai.spec
@@ -1,6 +1,6 @@
 Name:           scim-thai
 Version:        0.1.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Thai Input Method Engine for SCIM
 
 Group:          System Environment/Libraries
@@ -10,6 +10,9 @@ Source0:        ftp://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{ve
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  scim-devel, libthai-devel
+%ifarch aarch64
+BuildRequires:	autoconf
+%endif
 Requires:       scim
 
 %description
@@ -27,6 +30,9 @@ it also corrects invalid input sequences.
 
 
 %build
+%ifarch aarch64
+autoconf
+%endif
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -52,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep  2 2013 Jens Petersen <petersen at redhat.com> - 0.1.1-11
+- run autoconf on aarch64 (#926499)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list