rpms/scim-python/devel .cvsignore, 1.2, 1.3 scim-python.spec, 1.1, 1.2 sources, 1.2, 1.3

Huang Peng (phuang) fedora-extras-commits at redhat.com
Tue Oct 9 09:18:12 UTC 2007


Author: phuang

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Sep 2007 23:02:32 -0000	1.2
+++ .cvsignore	9 Oct 2007 09:17:39 -0000	1.3
@@ -1 +1 @@
-scim-python-0.1.3.tar.bz2
+scim-python-0.1.4.tar.bz2


Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/scim-python.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-python.spec	27 Sep 2007 23:02:32 -0000	1.1
+++ scim-python.spec	9 Oct 2007 09:17:39 -0000	1.2
@@ -1,7 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?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.3
+Version:    0.1.4
 Release:    1%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
@@ -11,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)
+BuildRequires:  scim-devel, gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser), python-enchant
 Requires:   scim, python-enchant, pygtk2
 
 %description
@@ -28,7 +29,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f $RPM_BUILD_ROOT%{python_sitearch}/scim.la
+rm -f $RPM_BUILD_ROOT%{python_sitearch}/%{mod_path}/scim/_scim.la
 %find_lang %{name}
 
 %clean
@@ -37,27 +38,33 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
-%{python_sitearch}/scim.so
+%{python_sitearch}/%{mod_path}/
+%{python_sitearch}/scim.pth
 %{_libdir}/scim-1.0/1.4.0/IMEngine/scim-python-engine.so
 %{_libdir}/scim-1.0/1.4.0/SetupUI/scim-python-setup.so
-%dir %{_datadir}/scim-python
-%{_datadir}/scim-python/*
+%{_datadir}/scim-python/
 %{_datadir}/scim/icons/*
 
 %changelog
-* Mon Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.3-1
+* Tue Oct 09 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.4-1
+- Update to 0.1.4.
+
+* Fri Sep 28 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.3-2
+- Fix date error in changlog of spec.
+
+* Wed Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.3-1
 - Update to 0.1.3.
 
-* Mon Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-3
+* Wed Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-3
 - Fix build warning.
 - Fix rpmlint checking warning.
 - Fix build failed in x86_64 platform.
 
-* Mon Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-2
+* Wed Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-2
 - Change files: add %%dir %%{_datadir}/scim-python
 - Fix build failed in x86_64 platform.
 
-* Mon Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-1
+* Wed Sep 26 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.2-1
 - Update to 0.1.2
 
 * Mon Sep 24 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.0.2-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Sep 2007 23:02:32 -0000	1.2
+++ sources	9 Oct 2007 09:17:39 -0000	1.3
@@ -1 +1 @@
-70acce6fc5e343cc0644c81f2092b9a1  scim-python-0.1.3.tar.bz2
+b86c165a5e391dc62d2512e62528880c  scim-python-0.1.4.tar.bz2




More information about the fedora-extras-commits mailing list