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
|
Summary: Thai language support routines
|
||||||
Name: libthai
|
Name: libthai
|
||||||
Version: 0.1.9
|
Version: 0.1.9
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
# No version is specified, so all versions are possible.
|
# No version is specified, so all versions are possible.
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -20,6 +20,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
# we edit the Makefile.am's
|
# we edit the Makefile.am's
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,8 +64,7 @@ libthai.
|
|||||||
|
|
||||||
{
|
{
|
||||||
pushd %{datrie}
|
pushd %{datrie}
|
||||||
aclocal
|
autoreconf -i -f
|
||||||
automake
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
@ -73,8 +73,9 @@ libthai.
|
|||||||
export DATRIE_CFLAGS="-I$PWD/%{datrie}"
|
export DATRIE_CFLAGS="-I$PWD/%{datrie}"
|
||||||
export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la"
|
export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la"
|
||||||
export PATH="$PWD/%{datrie}/tools:$PATH"
|
export PATH="$PWD/%{datrie}/tools:$PATH"
|
||||||
aclocal
|
|
||||||
automake
|
autoreconf -i -f
|
||||||
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -113,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user