- Rerun autotools so changes to Makefile.am actually take effect.

epel9
Adam Jackson 16 years ago
parent 7c4f43ad8e
commit 34abd720aa

@ -1,7 +1,7 @@
Name: libchewing Name: libchewing
Version: 0.3.2 Version: 0.3.2
Release: 4%{?dist} Release: 5%{?dist}
Summary: Intelligent phonetic input method library for Traditional Chinese Summary: Intelligent phonetic input method library for Traditional Chinese
Group: System Environment/Libraries Group: System Environment/Libraries
@ -23,7 +23,7 @@ Patch9: libchewing-0.3.2.bz477690.patch
%define libchewing_python_dir %{python_sitearch}/%{name} %define libchewing_python_dir %{python_sitearch}/%{name}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libtool BuildRequires: autoconf automake libtool
%description %description
libchewing is an intelligent phonetic input method library for Chinese. libchewing is an intelligent phonetic input method library for Chinese.
@ -56,6 +56,7 @@ library.
%patch9 -p0 -b .libpatch %patch9 -p0 -b .libpatch
%build %build
autoreconf -v --install
%configure --disable-static %configure --disable-static
make LIBINSTDIR="\"%{_libdir}\"" make LIBINSTDIR="\"%{_libdir}\""
@ -91,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Wed Feb 18 2009 Adam Jackson <ajax@redhat.com> 0.3.2-5
- Rerun autotools so changes to Makefile.am actually take effect.
* Fri Jan 23 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-4 * Fri Jan 23 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-4
- touch python-<ver>/site-packages/libchewing/__init__.py, - touch python-<ver>/site-packages/libchewing/__init__.py,
So python thinks libchewing is a library. So python thinks libchewing is a library.

Loading…
Cancel
Save