[ibus-input-pad] Added autoreconf to use autoconf 2.69 or later. BZ#925569

Takao Fujiwara fujiwara at fedoraproject.org
Fri Apr 5 03:16:16 UTC 2013


commit f2b2942389ec1f26255995fb826b833ee2351526
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Fri Apr 5 12:15:02 2013 +0900

    Added autoreconf to use autoconf 2.69 or later. BZ#925569

 ibus-input-pad.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/ibus-input-pad.spec b/ibus-input-pad.spec
index d5b5a8e..f0f18e3 100644
--- a/ibus-input-pad.spec
+++ b/ibus-input-pad.spec
@@ -3,7 +3,7 @@
 
 Name:       ibus-input-pad
 Version:    1.4.0
-Release:    9%{?dist}
+Release:    10%{?dist}
 Summary:    Input Pad for IBus
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -33,13 +33,8 @@ The input pad engine for IBus platform.
 # %patch0 -p1
 
 %build
-%if %use_gtk3
 libtoolize -c -f
-aclocal
-autoconf
-autoheader
-automake -a -c -f
-%endif
+autoreconf -v
 %configure \
 %if %use_gtk3
     --with-gtk=3.0      \
@@ -65,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus-input-pad
 
 %changelog
+* Fri Apr 05 2013 Takao Fujiwara <tfujiwar at redhat.com> - 1.4.0-10
+- Added autoreconf to use autoconf 2.69 or later. BZ#925569
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list