Bumped to 1.3.99.20120304
This commit is contained in:
parent
2de4fccc6f
commit
aecf088fb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ ibus-anthy.png
|
|||||||
/ibus-anthy-1.2.4.tar.gz
|
/ibus-anthy-1.2.4.tar.gz
|
||||||
/ibus-anthy-1.2.5.tar.gz
|
/ibus-anthy-1.2.5.tar.gz
|
||||||
/ibus-anthy-1.2.6.tar.gz
|
/ibus-anthy-1.2.6.tar.gz
|
||||||
|
/ibus-anthy-1.3.99.20120304.tar.gz
|
||||||
|
@ -1,61 +1,56 @@
|
|||||||
%{!?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 require_ibus_version 1.2.0.20100111
|
|
||||||
%define require_pygtk2_version 2.15.2
|
|
||||||
|
|
||||||
%if 0%{?fedora} > 16
|
|
||||||
%define have_default_layout 1
|
|
||||||
%define require_ibus_version 1.4.99.20120203
|
%define require_ibus_version 1.4.99.20120203
|
||||||
%else
|
|
||||||
%define have_default_layout 0
|
%define sub_version 1.0
|
||||||
%define require_ibus_version 1.2.0.20100111
|
%define have_default_layout 1
|
||||||
%endif
|
|
||||||
%if 0%{?fedora} > 15
|
|
||||||
%define have_bridge_hotkey 1
|
%define have_bridge_hotkey 1
|
||||||
%else
|
|
||||||
%define have_bridge_hotkey 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.2.6
|
Version: 1.3.99.20120304
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Anthy engine for IBus input platform
|
Summary: The Anthy engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://code.google.com/p/ibus/
|
URL: http://code.google.com/p/ibus/
|
||||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
# Patch0: ibus-anthy-HEAD.patch
|
# Patch0: ibus-anthy-HEAD.patch
|
||||||
Patch1: ibus-anthy-xx-icon-symbol.patch
|
|
||||||
Patch2: ibus-anthy-xx-layout.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: anthy-devel
|
BuildRequires: anthy-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: ibus
|
BuildRequires: ibus
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python2-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: swig
|
|
||||||
|
|
||||||
Requires: ibus >= %{require_ibus_version}
|
Requires: ibus >= %{require_ibus_version}
|
||||||
Requires: anthy
|
Requires: anthy
|
||||||
Requires: pygtk2 >= %{require_pygtk2_version}
|
|
||||||
Requires: kasumi
|
Requires: kasumi
|
||||||
|
Requires: pygobject3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Anthy engine for IBus platform. It provides Japanese input method from
|
The Anthy engine for IBus platform. It provides Japanese input method from
|
||||||
libanthy.
|
libanthy.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development tools for ibus
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: glib2-devel
|
||||||
|
Requires: anthy-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The ibus-anthy-devel package contains .so file and .gir files
|
||||||
|
for developers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %patch0 -p1
|
# %patch0 -p1
|
||||||
%patch1 -p1 -b .icon-symbol
|
|
||||||
%patch2 -p1 -b .layout
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# for .icon-symbol patch
|
|
||||||
autoreconf
|
|
||||||
%configure \
|
%configure \
|
||||||
%if %have_default_layout
|
%if %have_default_layout
|
||||||
--with-layout='default' \
|
--with-layout='default' \
|
||||||
@ -70,7 +65,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
rm -f $RPM_BUILD_ROOT%{python_sitearch}/_anthy.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -81,13 +76,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
# %dir %{python_sitearch}/ibus
|
# %dir %{python_sitearch}/ibus
|
||||||
%{python_sitearch}/anthy.py*
|
%{_libdir}/libanthygobject-%{sub_version}.so.*
|
||||||
%{python_sitearch}/_anthy.so
|
%{_libdir}/girepository-1.0/Anthy*.typelib
|
||||||
%{_libexecdir}/ibus-*-anthy
|
%{_libexecdir}/ibus-*-anthy
|
||||||
%{_datadir}/ibus-anthy
|
%{_datadir}/ibus-anthy
|
||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_datadir}/gir-1.0/Anthy*.gir
|
||||||
|
%{_includedir}/ibus-anthy-%{sub_version}
|
||||||
|
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 04 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.99.20120304-1
|
||||||
|
- Bumped to 1.3.99.20120304
|
||||||
|
|
||||||
* Mon Feb 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-5
|
* Mon Feb 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-5
|
||||||
- Added ibus-anthy-xx-layout.patch to set 'default' layout in f17.
|
- Added ibus-anthy-xx-layout.patch to set 'default' layout in f17.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user