From 34abd720aa17acdd322973fa912f904000e5a2c0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 18 2009 22:19:51 +0000 Subject: - Rerun autotools so changes to Makefile.am actually take effect. --- diff --git a/libchewing.spec b/libchewing.spec index b421beb..fecdd0b 100644 --- a/libchewing.spec +++ b/libchewing.spec @@ -1,7 +1,7 @@ Name: libchewing Version: 0.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Intelligent phonetic input method library for Traditional Chinese Group: System Environment/Libraries @@ -23,7 +23,7 @@ Patch9: libchewing-0.3.2.bz477690.patch %define libchewing_python_dir %{python_sitearch}/%{name} BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libtool +BuildRequires: autoconf automake libtool %description libchewing is an intelligent phonetic input method library for Chinese. @@ -56,6 +56,7 @@ library. %patch9 -p0 -b .libpatch %build +autoreconf -v --install %configure --disable-static make LIBINSTDIR="\"%{_libdir}\"" @@ -91,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Feb 18 2009 Adam Jackson 0.3.2-5 +- Rerun autotools so changes to Makefile.am actually take effect. + * Fri Jan 23 2009 Ding-Yi Chen - 0.3.2-4 - touch python-/site-packages/libchewing/__init__.py, So python thinks libchewing is a library.