rpms/libchewing/devel import.log,1.6,1.7 libchewing.spec,1.26,1.27

Ding-Yi Chen dchen at fedoraproject.org
Fri Jan 23 07:35:36 UTC 2009


Author: dchen

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

Modified Files:
	import.log libchewing.spec 
Log Message:
touch python-<ver>/site-packages/libchewing/__init__.py


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libchewing/devel/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- import.log	14 Jan 2009 06:28:21 -0000	1.6
+++ import.log	23 Jan 2009 07:35:06 -0000	1.7
@@ -4,3 +4,4 @@
 libchewing-0_3_2-1_fc10:HEAD:libchewing-0.3.2-1.fc10.src.rpm:1229994594
 libchewing-0_3_2-2_fc10:HEAD:libchewing-0.3.2-2.fc10.src.rpm:1230010807
 libchewing-0_3_2-3_fc10:HEAD:libchewing-0.3.2-3.fc10.src.rpm:1231914268
+libchewing-0_3_2-4_fc10:HEAD:libchewing-0.3.2-4.fc10.src.rpm:1232696067


Index: libchewing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchewing/devel/libchewing.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libchewing.spec	14 Jan 2009 06:28:21 -0000	1.26
+++ libchewing.spec	23 Jan 2009 07:35:06 -0000	1.27
@@ -1,7 +1,7 @@
 
 Name:           libchewing
 Version:        0.3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Intelligent phonetic input method library for Traditional Chinese
 
 Group:          System Environment/Libraries
@@ -62,9 +62,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=%{buildroot} install
+rm $RPM_BUILD_ROOT%{_libdir}/libchewing.la
 mkdir -p $RPM_BUILD_ROOT%{libchewing_python_dir}
 cp python/chewing.py $RPM_BUILD_ROOT%{libchewing_python_dir}
-rm $RPM_BUILD_ROOT%{_libdir}/libchewing.la
+touch $RPM_BUILD_ROOT%{libchewing_python_dir}/__init__.py
 
 %post -p /sbin/ldconfig
 
@@ -90,6 +91,10 @@
 %{_libdir}/*.so
 
 %changelog
+* 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.
+
 * Thu Jan 14 2009 Ding-Yi Chen <dchen at redhat dot com> - 0.3.2-3
 - Add python binding by copy python/chewing.py to 
   <python_dir>/site_packages/libchewing




More information about the fedora-extras-commits mailing list