rpms/libchewing/devel libchewing.spec,1.27,1.28

Adam Jackson ajax at fedoraproject.org
Wed Feb 18 22:20:22 UTC 2009


Author: ajax

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

Modified Files:
	libchewing.spec 
Log Message:
* Wed Feb 18 2009 Adam Jackson <ajax at redhat.com> 0.3.2-5
- Rerun autotools so changes to Makefile.am actually take effect.



Index: libchewing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchewing/devel/libchewing.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libchewing.spec	23 Jan 2009 07:35:06 -0000	1.27
+++ libchewing.spec	18 Feb 2009 22:19:51 -0000	1.28
@@ -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 @@
 %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 @@
 %patch9 -p0 -b .libpatch
 
 %build
+autoreconf -v --install
 %configure --disable-static
 make LIBINSTDIR="\"%{_libdir}\""
 
@@ -91,6 +92,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Wed Feb 18 2009 Adam Jackson <ajax at 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
 - touch python-<ver>/site-packages/libchewing/__init__.py,
   So python thinks libchewing is a library.




More information about the fedora-extras-commits mailing list