[scim-hangul] run autoconf on aarch64 (#926495)

Jens Petersen petersen at fedoraproject.org
Mon Sep 2 02:28:55 UTC 2013


commit 40d99e2b514c830abffafa53beed6e5362b7d1bd
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Sep 2 11:28:43 2013 +0900

    run autoconf on aarch64 (#926495)
    
    fix bogus date for Mar 22 2007

 scim-hangul.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/scim-hangul.spec b/scim-hangul.spec
index 9d6e9d2..a40d350 100644
--- a/scim-hangul.spec
+++ b/scim-hangul.spec
@@ -1,6 +1,6 @@
 Name:		scim-hangul
 Version:	0.3.2
-Release:	14%{?dist}
+Release:	15%{?dist}
 
 License:	GPLv3
 URL:		http://www.scim-im.org/
@@ -24,6 +24,9 @@ Scim-hangul is a SCIM IMEngine module for Korean (Hangul) input support.
 
 
 %build
+%ifarch aarch64
+autoconf
+%endif
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -45,6 +48,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/{IMEngine,SetupUI}/hangul*.la
 
 
 %changelog
+* Mon Sep  2 2013 Jens Petersen <petersen at redhat.com> - 0.3.2-15
+- run autoconf on aarch64 (#926495)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -87,7 +93,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/{IMEngine,SetupUI}/hangul*.la
 * Tue Jan 8 2008 Hu Zheng <zhu at redhat.com> - 0.3.2-1
 - New upstream release.
 
-* Wed Mar 22 2007 Akira TAGOH <tagoh at redhat.com> - 0.3.1-1
+* Thu Mar 22 2007 Akira TAGOH <tagoh at redhat.com> - 0.3.1-1
 - New upstream release.
   - remove the unnecessary patches:
     - scim-hangul-0.2.2-help.patch


More information about the scm-commits mailing list