File ibus-m17n.spec of Package ibus-m17n
#
# spec file for package ibus-m17n (Version 1.2.0.20091217)
#
# 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-m17n
BuildRequires: ibus-devel m17n-lib-devel pkgconfig
Version: 1.2.0.20091217
Release: 2
Summary: The M17N engine for IBus platform
License: GPLv2+
Group: System Environment/Libraries
Url: http://code.google.com/p/ibus/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
M17N engine for IBus input platform. It allows input of many launguaes using
the input table maps from m17n-db.
%prep
%setup -q
%build
%configure --disable-static
make %{?jobs:-j %jobs}
%install
%makeinstall
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_datadir}/ibus-*
%{_libexecdir}/ibus-*
%{_datadir}/ibus
%changelog