diff --git a/libthai.spec b/libthai.spec index da32c5d..f28704e 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,11 +1,9 @@ -%define datrie_version 0.2.2 -%define datrie libdatrie-%{datrie_version} +%define datrie_version 0.2.3 Summary: Thai language support routines Name: libthai -Version: 0.1.12 +Version: 0.1.14 Release: 2%{?dist} -# No version is specified, so all versions are possible. License: LGPLv2+ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz @@ -44,6 +42,7 @@ libthai. %prep %setup -q -n %{name}-%{version} -a 1 +mv libdatrie-%{datrie_version} libdatrie %patch -p1 -b .static-build %patch1 -p1 -b .doxygen-segfault %patch2 -p1 -b .multilib @@ -63,7 +62,7 @@ libthai. # the patch modifies a few Makefile.am's. { - pushd %{datrie} + pushd libdatrie mkdir m4 autoreconf -i -f %configure @@ -71,9 +70,9 @@ libthai. popd } -export DATRIE_CFLAGS="-I$PWD/%{datrie}" -export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la" -export PATH="$PWD/%{datrie}/tools:$PATH" +export DATRIE_CFLAGS="-I$PWD/libdatrie" +export DATRIE_LIBS="$PWD/libdatrie/datrie/libdatrie.la" +export PATH="$PWD/libdatrie/tools:$PATH" autoreconf -i -f @@ -115,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Mar 3 2010 Behdad Esfahbod - 0.1.14-2 +- Update to 0.1.14 + * Sat Jul 25 2009 Fedora Release Engineering - 0.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index e18dc8c..7a53184 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e206313d5a60ce98bc3be83d60373554 libthai-0.1.12.tar.gz -d1c93faf0c0d63e620c525c561940fdd libdatrie-0.2.2.tar.gz +c6814f4fe68aa8d41d1b7183ad78d319 libdatrie-0.2.3.tar.gz +34f64b37ed8f8f49f4a18ae972e6f41e libthai-0.1.14.tar.gz