update to 1.1.0.20090205
This commit is contained in:
parent
a8d0d40743
commit
6569afee1a
@ -1 +1 @@
|
|||||||
ibus-m17n-0.1.1.20081013.tar.gz
|
ibus-m17n-1.1.0.20090205.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%define mod_path ibus-0.1
|
%define mod_path ibus-1.1
|
||||||
Name: ibus-m17n
|
Name: ibus-m17n
|
||||||
Version: 0.1.1.20081013
|
Version: 1.1.0.20090205
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The M17N engine for IBus platform
|
Summary: The M17N engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,16 +12,16 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: swig
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: m17n-lib-devel
|
BuildRequires: m17n-lib-devel
|
||||||
|
BuildRequires: ibus-devel
|
||||||
|
|
||||||
Requires: ibus
|
Requires: ibus
|
||||||
Requires: m17n-lib
|
Requires: m17n-lib
|
||||||
|
|
||||||
%description
|
%description
|
||||||
M17N engine for IBus input platform. It allows input of many languages using
|
M17N engine for IBus input platform. It allows input of many launguaes using
|
||||||
input maps from m17n-db.
|
the input table maps from m17n-db.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -36,9 +36,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
rm -f $RPM_BUILD_ROOT%{python_sitearch}/_m17n.la
|
rm -f $RPM_BUILD_ROOT%{python_sitearch}/_m17n.la
|
||||||
|
|
||||||
# .engine files are now in m17n-db and m17n-contrib
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/ibus/engine/m17n-*.engine
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -47,13 +44,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{python_sitearch}/_m17n.so
|
%{_datadir}/ibus-m17n
|
||||||
%{python_sitearch}/m17n.py*
|
%{_libexecdir}/ibus-engine-m17n
|
||||||
%dir %{_datadir}/ibus-m17n
|
%{_datadir}/ibus/component/*
|
||||||
%{_datadir}/ibus-m17n/*
|
|
||||||
%{_bindir}/ibus-engine-m17n
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 05 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
|
||||||
|
- Update to 1.1.0.20090205.
|
||||||
|
|
||||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081013-4
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081013-4
|
||||||
- Rebuild for Python 2.6
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user