File ibus-table-zhengma.spec of Package ibus-table-zhengma
#
# spec file for package ibus-table-zhengma (Version 1.1.0.20090402)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: ibus-table-zhengma
BuildRequires: ibus-table-devel ibus-table-extraphrase-devel pkgconfig python
Summary: ZhengMa input method for IBus
Version: 1.1.0.20090402
Release: 1
License: GPLv2+
Group: System/I18n/Chinese
Url: http://code.google.com/p/ibus/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: ibus-table
BuildArch: noarch
%description
Zheng Ma input method intergrated in IBus framework.
%prep
%setup -q
%build
%configure --enable-extra-phrases
make
%install
%makeinstall
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
%clean
rm -rf %buildroot
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc docs/*.pdf
%{_datadir}/ibus-table
%changelog