rpms/scim-python/devel .cvsignore, 1.3, 1.4 scim-python.spec, 1.5, 1.6 sources, 1.3, 1.4

Huang Peng (phuang) fedora-extras-commits at redhat.com
Thu Nov 29 04:25:10 UTC 2007


Author: phuang

Update of /cvs/pkgs/rpms/scim-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15997

Modified Files:
	.cvsignore scim-python.spec sources 
Log Message:
update to 0.1.5.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Oct 2007 09:17:39 -0000	1.3
+++ .cvsignore	29 Nov 2007 04:24:36 -0000	1.4
@@ -1 +1 @@
-scim-python-0.1.4.tar.bz2
+scim-python-0.1.5.tar.bz2


Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/scim-python.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim-python.spec	17 Oct 2007 03:09:05 -0000	1.5
+++ scim-python.spec	29 Nov 2007 04:24:36 -0000	1.6
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define mod_path scim-0.1
 Name:       scim-python
-Version:    0.1.4
-Release:    3%{?dist}
+Version:    0.1.5
+Release:    1%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
 License:    LGPLv2+
@@ -12,7 +12,7 @@
 Source0:    http://scim-python.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  scim-devel, gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser), python-enchant
+BuildRequires:  scim-devel, gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser)
 Requires:   scim, pygtk2
 
 %description
@@ -22,10 +22,19 @@
 Summary:    Python english IM engine 
 Group:      System Environment/Libraries
 Requires:   %{name} = %{version}-%{release} python-enchant
- 
+
 %description english
 This package contains a python english IM engine.
 
+%package chinese
+Summary:    Python chinese IM engine 
+Group:      System Environment/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description chinese
+This package contains a python chinese IM engine.
+
+
 %prep
 %setup -q
 
@@ -62,7 +71,15 @@
 %{_datadir}/scim-python/engine/EnglishWriter
 %{_datadir}/scim-python/setupui/EnglishWriter
 
+%files chinese
+%defattr(-,root,root,-)
+%{_datadir}/scim-python/engine/PinYin
+# %{_datadir}/scim-python/setupui/PinYin
+
 %changelog
+* Thu Nov 29 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.5-1
+- Update to 0.1.5.
+
 * Wed Oct 17 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.4-3
 - Fix require error in spec file.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Oct 2007 09:17:39 -0000	1.3
+++ sources	29 Nov 2007 04:24:36 -0000	1.4
@@ -1 +1 @@
-b86c165a5e391dc62d2512e62528880c  scim-python-0.1.4.tar.bz2
+8d0719cfe98a78c3ad236e3ce3e36054  scim-python-0.1.5.tar.bz2




More information about the fedora-extras-commits mailing list