[scim-array] - Fixed Bug 926492 - scim-array: Does not support aarch64 in f19 and rawhide

Ding-Yi Chen dchen at fedoraproject.org
Wed May 1 07:01:06 UTC 2013


commit 64a7a923b264bd6175be47691481256aad873f4f
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Wed May 1 17:00:12 2013 +1000

    - Fixed Bug 926492 - scim-array: Does not support aarch64 in f19 and rawhide

 scim-array.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/scim-array.spec b/scim-array.spec
index 56a7170..666b8ed 100644
--- a/scim-array.spec
+++ b/scim-array.spec
@@ -1,6 +1,6 @@
 Name:           scim-array
 Version:        1.0.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        SCIM Array 30 Input Method Engine
 
 Group:          System Environment/Libraries
@@ -8,12 +8,12 @@ License:        GPLv2+
 URL:            http://scimarray.openfoundry.org/
 
 Source0:        http://of.openfoundry.org/download_path/scimarray/%{version}/%{name}-%{version}.tar.gz
-#Patch0:        %{name}.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
-BuildRequires:  scim-devel, gettext 
+BuildRequires:  scim-devel, gettext, intltool
+BuildRequires:  automake, autoconf, libtool, libtool-ltdl-devel
 Requires:       scim
 Summary(zh_TW): SCIM 行列 30 輸入法引擎
 
@@ -36,9 +36,9 @@ scim-array 為 SCIM 輸入法框架中完整實作行列 30 輸入法功能的
 
 %prep
 %setup -q
-#%patch0 -p0 -b .bak
 
 %build
+autoreconf -ivf
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 29 2013 Ding-Yi Chen <dchen at redhat dot com> - 1.0.1-9
+- Fixed Bug 926492 - scim-array: Does not support aarch64 in f19 and rawhide
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list