rpms/libthai/devel libthai.spec,1.10,1.11

Matthias Clasen mclasen at fedoraproject.org
Sat Feb 28 01:06:44 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libthai/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12648

Modified Files:
	libthai.spec 
Log Message:
fix the build



Index: libthai.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libthai/devel/libthai.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libthai.spec	25 Feb 2009 19:20:00 -0000	1.10
+++ libthai.spec	28 Feb 2009 01:06:14 -0000	1.11
@@ -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: doxygen
 # we edit the Makefile.am's
 BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: libtool
 
 %description
@@ -63,8 +64,7 @@
 
 {
   pushd %{datrie}
-  aclocal
-  automake
+  autoreconf -i -f
   %configure
   make
   popd
@@ -73,8 +73,9 @@
 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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 27 2009 Matthias Clasen <mclasen at redhat.com> - 0.1.9-7
+- Fix the build
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.9-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list