rpms/scim-pinyin/devel scim-pinyin.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 29 08:19:24 UTC 2006


Author: qshen

Update of /cvs/dist/rpms/scim-pinyin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18989

Modified Files:
	scim-pinyin.spec 
Log Message:
qshen: add acloacl/autoconfig/automake before configure



Index: scim-pinyin.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-pinyin/devel/scim-pinyin.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- scim-pinyin.spec	29 Jun 2006 05:34:18 -0000	1.21
+++ scim-pinyin.spec	29 Jun 2006 08:19:21 -0000	1.22
@@ -2,7 +2,7 @@
 
 Name:		scim-pinyin
 Version:	0.5.91
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:	Smart Pinyin IMEngine for Smart Common Input Method platform
 
 License:	GPL
@@ -11,7 +11,7 @@
 Source0:	http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	scim-devel, gtk2-devel, gettext
+BuildRequires:	scim-devel, gtk2-devel, gettext,autoconf, automake
 %if %{with_libstdc_preview}
 Buildrequires: libstdc++so7-devel
 %endif
@@ -38,6 +38,9 @@
 %if %{with_libstdc_preview}
 export CXX=%{_bindir}/g++-libstdc++-so_7
 %endif
+aclocal
+autoconf
+automake
 %configure --disable-static
 %if %{with_libstdc_preview}
 # tweak libtool for libstdc++-so7
@@ -74,6 +77,11 @@
 
 
 %changelog
+* Thu Jun 29 2006 Qian Shen <qshen at redhat.com> - 0.5.91-9
+- run aclocal/autoconf/automake before configure
+- to create new confiugre/Makefiles based on the 
+- modified configure.ac 
+
 * Thu Jun 29 2006 Qian Shen <qshen at redhat.com> - 0.5.91-8
 - use rm -f ../Helper/*.la
 




More information about the fedora-cvs-commits mailing list