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

Takao Fujiwara fujiwara at fedoraproject.org
Fri Apr 5 02:46:31 UTC 2013


commit fd56aea4a4b1bbe03cc87553f2c138bc084bfa5b
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Fri Apr 5 11:45:07 2013 +0900

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

 input-pad.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/input-pad.spec b/input-pad.spec
index 439c9a3..7aaa273 100644
--- a/input-pad.spec
+++ b/input-pad.spec
@@ -23,7 +23,7 @@
 
 Name:       input-pad
 Version:    1.0.2
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    On-screen Input Pad to Send Characters with Mouse
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -112,10 +112,7 @@ The input-pad-eek package contains eekboard extension module
 # %patch0 -p1
 
 %build
-# for configure.ac patch
-# %if %have_eek_devel
-# autoreconf -v
-# %endif
+autoreconf -v
 %configure \
 %if %have_pygobject2_devel
     --enable-pygobject2         \
@@ -211,6 +208,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Apr 04 2013 Takao Fujiwara <tfujiwar at redhat.com> - 1.0.2-4
+- Added autoreconf to use autoconf 2.69 or later. BZ#925590
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list