[scim-anthy] Rebuilt for aarch64 support (#926491)

Akira TAGOH tagoh at fedoraproject.org
Thu Mar 28 04:03:23 UTC 2013


commit ce7ed095000b6126676c51c14be9a83ea99fea54
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Mar 28 13:03:13 2013 +0900

    Rebuilt for aarch64 support (#926491)

 scim-anthy.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/scim-anthy.spec b/scim-anthy.spec
index 4f5d8d0..f11116f 100644
--- a/scim-anthy.spec
+++ b/scim-anthy.spec
@@ -1,6 +1,6 @@
 Name:           scim-anthy
 Version:        1.2.7
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 License:        GPLv2+
 URL:            http://scim-imengine.sourceforge.jp/
@@ -24,6 +24,7 @@ Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
 
 %prep
 %setup -q
+autoreconf -f -i
 
 
 %build
@@ -32,20 +33,14 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la
 
 %find_lang %{name}
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/scim-1.0/*/Helper/anthy-imengine-helper.so
 %{_libdir}/scim-1.0/*/IMEngine/anthy.so
@@ -55,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 28 2013 Akira TAGOH <tagoh at redhat.com> - 1.2.7-10
+- Rebuilt for aarch64 support (#926491)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list