File ibus-rime.spec of Package ibus-rime
#
# spec file for package ibus-rime
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ibus-rime
Version: 0.9.4
Release: 0
Summary: IBus rime
License: GPL-3.0
Group: System/I18n/Chinese
Url: http://code.google.com/p/rimeime/
Source: http://rimeime.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: boost-devel
BuildRequires: brise
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ibus-devel
BuildRequires: libkyotocabinet-devel
BuildRequires: libnotify-devel
BuildRequires: librime-devel
BuildRequires: libyaml-cpp0_3
BuildRequires: opencc
BuildRequires: opencc-devel
%description
Rime Input Method Engine - riming with your keystrokes.
%prep
%setup -q -n %{name}
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root,-)
%doc README
%{_datadir}/ibus/
%{_datadir}/ibus-rime/
/usr/lib/ibus-rime/
%changelog