fix the build
This commit is contained in:
parent
979f8f84b3
commit
c7d9decfb8
14
libthai.spec
14
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 <mclasen@redhat.com> - 0.1.9-7
|
||||
- Fix the build
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user