[bicon] Added autoreconf to use autoconf 2.69 or later. BZ#925094

Takao Fujiwara fujiwara at fedoraproject.org
Thu Apr 4 08:12:41 UTC 2013


commit 0a39db617831d1bb8eb05b81c2fa0bfbd66e8e38
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Thu Apr 4 17:07:16 2013 +0900

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

 bicon.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/bicon.spec b/bicon.spec
index c6d21d9..e951d89 100644
--- a/bicon.spec
+++ b/bicon.spec
@@ -2,13 +2,16 @@ Name:         bicon
 License:      LGPLv2+ and Python
 Group:        System Environment/Libraries
 Version:      0.2.0
-Release:      5%{?dist}
+Release:      6%{?dist}
 Summary:      Bidirectional Console
 Source:       http://prdownloads.sourceforge.net/arabeyes/%{name}-%{version}.tar.gz
 URL:          http://www.arabeyes.org/project.php?proj=BiCon
 
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: fribidi-devel
 BuildRequires: kbd
+BuildRequires: libtool
 Requires:      kbd
 Requires:      xorg-x11-xkb-utils
 
@@ -46,6 +49,8 @@ The bicon-keymaps package contains the keymap files for BiCon.
 %setup -q
 
 %build
+libtoolize
+autoreconf
 %configure \
   --disable-static
 make %{?_smp_mflags}
@@ -79,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/bicon/*.a
 %{_datadir}/%{name}/keymap
 
 %changelog
+* Thu Apr 04 2013 Takao Fujiwara <tfujiwar at redhat.com> - 0.2.0-6
+- Added autoreconf to use autoconf 2.69 or later. BZ#925094
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list