update to 1.1.0.20090205
This commit is contained in:
parent
cbf6725425
commit
9effa4ce0d
@ -1 +1 @@
|
||||
ibus-hangul-0.1.1.20081023.tar.gz
|
||||
ibus-hangul-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)")}
|
||||
%define mod_path ibus-0.1
|
||||
%define mod_path ibus-1.1
|
||||
Name: ibus-hangul
|
||||
Version: 0.1.1.20081023
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.0.20090205
|
||||
Release: 1%{?dist}
|
||||
Summary: The Hangul engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -13,10 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: libhangul-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: ibus-devel
|
||||
|
||||
Requires: ibus
|
||||
|
||||
@ -45,15 +44,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
# %dir %{python_sitearch}/ibus
|
||||
%{python_sitearch}/hangul.py*
|
||||
%{python_sitearch}/_hangul.so
|
||||
%dir %{_datadir}/ibus-hangul
|
||||
%{_bindir}/ibus-engine-hangul
|
||||
%{_datadir}/ibus-hangul/*
|
||||
%{_datadir}/ibus/engine/hangul.engine
|
||||
%{_libexecdir}/ibus-engine-hangul
|
||||
%{_datadir}/ibus-hangul
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 05 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
|
||||
- Update version to 1.1.0.20090205.
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-2
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user