2012-07-27 10:46:48 +00:00
|
|
|
Name: ibus-typing-booster
|
2012-08-14 06:27:58 +00:00
|
|
|
Version: 0.0.8
|
2012-07-27 10:46:48 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The Table engine for IBus platform
|
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://git.fedorahosted.org/git/?p=ibus-typing-booster.git
|
|
|
|
Source0: https://fedorahosted.org/releases/i/b/ibus-typing-booster/%{name}-%{version}.tar.gz
|
2012-08-14 06:27:58 +00:00
|
|
|
Requires: ibus,libtranslit,libtranslit-m17n
|
2012-07-27 10:46:48 +00:00
|
|
|
BuildRequires: ibus-devel,libtranslit-devel
|
|
|
|
Provides: ibus-hunspell-table = %{version}-%{release}
|
|
|
|
Obsoletes: ibus-hunspell-table <= 0.0.6-1.fc17
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Typing Booster engine for IBus platform.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static --disable-additional
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/ibus/component/typing-booster.xml
|
|
|
|
%{_libexecdir}/ibus-engine-typing-booster
|
|
|
|
%{_libexecdir}/ibus-setup-typing-booster
|
|
|
|
%{_datadir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%changelog
|
2012-08-14 06:27:58 +00:00
|
|
|
* Tue Aug 14 2012 Anish Patil <apatil@redhat.com> - 0.0.8-1
|
|
|
|
- Upstream has released new version.
|
|
|
|
|
|
|
|
|
2012-07-27 10:46:48 +00:00
|
|
|
* Thu Jul 17 2012 Anish Patil <apatil@redhat.com> - 0.0.7-1
|
|
|
|
- The first version.
|
|
|
|
- derieved from ibus-table developed by Yu Yuwei <acevery@gmail.com>
|