rpms/scim-pinyin/devel scim-pinyin.spec,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 29 03:37:44 UTC 2006


Author: qshen

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

Modified Files:
	scim-pinyin.spec 
Log Message:
qshen: add rm -rf to Helper/*.la



Index: scim-pinyin.spec
===================================================================
RCS file: /cvs/dist/rpms/scim-pinyin/devel/scim-pinyin.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- scim-pinyin.spec	29 Jun 2006 02:14:13 -0000	1.19
+++ scim-pinyin.spec	29 Jun 2006 03:37:41 -0000	1.20
@@ -2,7 +2,7 @@
 
 Name:		scim-pinyin
 Version:	0.5.91
-Release:        7.1%{?dist}
+Release:        8%{?dist}
 Summary:	Smart Pinyin IMEngine for Smart Common Input Method platform
 
 License:	GPL
@@ -53,7 +53,8 @@
 %endif
 make DESTDIR=${RPM_BUILD_ROOT} install
 
-rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/{IMEngine,SetupUI,Helper}/*.la
+rm $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/{IMEngine,SetupUI}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/Helper/*.la
 
 %find_lang %{name}
 
@@ -73,9 +74,12 @@
 
 
 %changelog
-* Wed Jun 28 2006 Qian Shen <qshen at redhat.com> - 0.5.91-7.1
+* Thu Jun 29 2006 Qian Shen <qshen at redhat.com> - 0.5.91-7.1
 - rebuilt 
 
+* Wed Jun 28 2006 Qian Shen <qshen at redhat.com> - 0.5.91-7
+- add pinyin-imengine-helper.so to the files section. rebuilt 
+
 * Tue Jun 27 2006 Qian Shen <qshen at redhat.com> - 0.5.91-6
 - add scim-pinyin-helper.patch
 




More information about the fedora-cvs-commits mailing list