- Update to 0.1.14
This commit is contained in:
parent
69e262cfb4
commit
e0e4098be0
18
libthai.spec
18
libthai.spec
@ -1,11 +1,9 @@
|
|||||||
%define datrie_version 0.2.2
|
%define datrie_version 0.2.3
|
||||||
%define datrie libdatrie-%{datrie_version}
|
|
||||||
|
|
||||||
Summary: Thai language support routines
|
Summary: Thai language support routines
|
||||||
Name: libthai
|
Name: libthai
|
||||||
Version: 0.1.12
|
Version: 0.1.14
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
# No version is specified, so all versions are possible.
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
|
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
|
||||||
@ -44,6 +42,7 @@ libthai.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version} -a 1
|
%setup -q -n %{name}-%{version} -a 1
|
||||||
|
mv libdatrie-%{datrie_version} libdatrie
|
||||||
%patch -p1 -b .static-build
|
%patch -p1 -b .static-build
|
||||||
%patch1 -p1 -b .doxygen-segfault
|
%patch1 -p1 -b .doxygen-segfault
|
||||||
%patch2 -p1 -b .multilib
|
%patch2 -p1 -b .multilib
|
||||||
@ -63,7 +62,7 @@ libthai.
|
|||||||
# the patch modifies a few Makefile.am's.
|
# the patch modifies a few Makefile.am's.
|
||||||
|
|
||||||
{
|
{
|
||||||
pushd %{datrie}
|
pushd libdatrie
|
||||||
mkdir m4
|
mkdir m4
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
%configure
|
%configure
|
||||||
@ -71,9 +70,9 @@ libthai.
|
|||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
export DATRIE_CFLAGS="-I$PWD/%{datrie}"
|
export DATRIE_CFLAGS="-I$PWD/libdatrie"
|
||||||
export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la"
|
export DATRIE_LIBS="$PWD/libdatrie/datrie/libdatrie.la"
|
||||||
export PATH="$PWD/%{datrie}/tools:$PATH"
|
export PATH="$PWD/libdatrie/tools:$PATH"
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
@ -115,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 3 2010 Behdad Esfahbod <behdad@redhat.com> - 0.1.14-2
|
||||||
|
- Update to 0.1.14
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-2
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user