From c7d9decfb801bbf31eefa5b8cdfa4a22064a2d8f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 28 Feb 2009 01:06:14 +0000 Subject: [PATCH] fix the build --- libthai.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libthai.spec b/libthai.spec index db34103..d25a820 100644 --- a/libthai.spec +++ b/libthai.spec @@ -4,7 +4,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.9 -Release: 6%{?dist} +Release: 7%{?dist} # No version is specified, so all versions are possible. License: LGPLv2+ Group: System Environment/Libraries @@ -20,6 +20,7 @@ BuildRequires: pkgconfig BuildRequires: doxygen # we edit the Makefile.am's BuildRequires: automake +BuildRequires: autoconf BuildRequires: libtool %description @@ -63,8 +64,7 @@ libthai. { pushd %{datrie} - aclocal - automake + autoreconf -i -f %configure make popd @@ -73,8 +73,9 @@ libthai. export DATRIE_CFLAGS="-I$PWD/%{datrie}" export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la" export PATH="$PWD/%{datrie}/tools:$PATH" -aclocal -automake + +autoreconf -i -f + %configure --disable-static make @@ -113,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Feb 27 2009 Matthias Clasen - 0.1.9-7 +- Fix the build + * Wed Feb 25 2009 Fedora Release Engineering - 0.1.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild