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

Huang Peng (phuang) fedora-extras-commits at redhat.com
Thu Sep 27 23:03:05 UTC 2007


Author: phuang

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

Modified Files:
	.cvsignore sources 
Added Files:
	scim-python.spec 
Log Message:
import scim-python.



--- NEW FILE scim-python.spec ---
%{!?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)")}
Name:       scim-python
Version:    0.1.3
Release:    1%{?dist}
Summary:    Python wrapper for Smart Common Input Method platform

License:    LGPLv2+
Group:      System Environment/Libraries
URL:        http://code.google.com/p/scim-python/
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)
Requires:   scim, python-enchant, pygtk2

%description
Python wrapper for Smart Common Input Method platform.

%prep
%setup -q

%build
%configure --disable-static
# make -C po update-gmo
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
rm -f $RPM_BUILD_ROOT%{python_sitearch}/scim.la
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO
%{python_sitearch}/scim.so
%{_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/icons/*

%changelog
* Mon 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
- 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
- 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
- Update to 0.1.2

* Mon Sep 24 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.0.2-1
- Update to 0.0.2

* Mon Sep 17 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.0.1-1
- Init version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Sep 2007 16:28:35 -0000	1.1
+++ .cvsignore	27 Sep 2007 23:02:32 -0000	1.2
@@ -0,0 +1 @@
+scim-python-0.1.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Sep 2007 16:28:35 -0000	1.1
+++ sources	27 Sep 2007 23:02:32 -0000	1.2
@@ -0,0 +1 @@
+70acce6fc5e343cc0644c81f2092b9a1  scim-python-0.1.3.tar.bz2




More information about the fedora-extras-commits mailing list