File ibus-kmfl.spec of Package ibus-kmfl
#
# spec file for package ibus-kmfl
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: ibus-kmfl
Version: 1.0.8
Release: 0
Summary: KMFL Engine for IBus
License: GPL-2.0-only
Group: System/I18n/Chinese
URL: https://kmfl.sourceforge.net/
Source0: http://download.sourceforge.net/kmfl/%{name}-%{version}.tar.gz
BuildRequires: ibus
BuildRequires: ibus-devel
BuildRequires: kmflcomp-devel
BuildRequires: libkmfl-devel
BuildRequires: libX11-devel
Requires: ibus
%description
KMFL engine for IBus input platform allows input of many languages using
KMFL (Keyboard Mapping for Linux).
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc AUTHORS README
%{_libexecdir}/ibus-engine-kmfl
%{_datadir}/ibus/component/kmfl.xml
%{_datadir}/kmfl
%changelog