rpms/libchewing/F-9 import.log,1.6,1.7 libchewing.spec,1.23,1.24

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


Author: dchen

Update of /cvs/pkgs/rpms/libchewing/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5777/F-9

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/F-9/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- import.log	14 Jan 2009 06:32:05 -0000	1.6
+++ import.log	23 Jan 2009 07:38:10 -0000	1.7
@@ -4,3 +4,4 @@
 libchewing-0_3_2-1_fc10:F-9:libchewing-0.3.2-1.fc10.src.rpm:1229994763
 libchewing-0_3_2-2_fc10:F-9:libchewing-0.3.2-2.fc10.src.rpm:1230011048
 libchewing-0_3_2-3_fc10:F-9:libchewing-0.3.2-3.fc10.src.rpm:1231914689
+libchewing-0_3_2-4_fc10:F-9:libchewing-0.3.2-4.fc10.src.rpm:1232696244


Index: libchewing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libchewing/F-9/libchewing.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libchewing.spec	14 Jan 2009 06:32:05 -0000	1.23
+++ libchewing.spec	23 Jan 2009 07:38:10 -0000	1.24
@@ -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