[hyphen/f15] Resolves: rhbz#737415 FTBFS

Caolan McNamara caolanm at fedoraproject.org
Mon Sep 12 08:06:09 UTC 2011


commit 99029b61ebb880cf45d6498a00de7c2dbbfa6a77
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 12 09:05:54 2011 +0100

    Resolves: rhbz#737415 FTBFS

 hyphen.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hyphen.spec b/hyphen.spec
index 1c1f1cb..368cba2 100644
--- a/hyphen.spec
+++ b/hyphen.spec
@@ -1,7 +1,7 @@
 Name:      hyphen
 Summary:   A text hyphenation library
 Version:   2.7
-Release:   2%{?dist}
+Release:   3%{?dist}
 Source:    http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sf.net
@@ -36,7 +36,8 @@ English hyphenation rules.
 %setup -q
 
 %build
-autoreconf
+autoreconf -f
+libtoolize -f
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/substrings.pl
 
 %changelog
+* Mon Sep 12 2011 Caolán McNamara <caolanm at redhat.com> - 2.7-3
+- Resolves: rhbz#737415 FTBFS
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list