SHA256
1
0
forked from pool/ibus-table
ibus-table/ibus-table.spec
Hillwood Yang 568ce2cf5a Accepting request 898916 from home:hillwood:branches:M17N
- Update version to 1.13.3
  * Fix bug in Unihan_Variants.txt, 只 U+53EA is both simplified and traditional
    Chinese (Resolves: #74)
  * Update Chinese variant detection by Unihan_Variants.txt to the version
    “2021-05-18 Unicode 14.0.0” (draft version of Unicode 14)
  * Update translations from Weblate (updates for es (100%), pt_BR (100%))
  * Fix a few more bugs in Unihan_Variants.txt, the characters 着枱云裡復采吓尸揾 are
    used both in simplified and traditional Chinese (some of them in traditional
    Chinese in Hong Kong only). (Resolves: ibus/ibus#2323)

OBS-URL: https://build.opensuse.org/request/show/898916
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-table?expand=0&rev=50
2021-06-10 08:58:01 +00:00

85 lines
2.5 KiB
RPMSpec

#
# spec file for package ibus-table
#
# Copyright (c) 2021 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-table
Version: 1.13.3
Release: 0
Summary: The Table engine for IBus platform
License: LGPL-2.1-or-later
Group: System/I18n/Chinese
URL: https://github.com/mike-fabian/ibus-table/
Source: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: docbook-utils-minimal
BuildRequires: fdupes
BuildRequires: gettext-tools
BuildRequires: gnome-common
BuildRequires: pkg-config
BuildRequires: pkgconfig(ibus-1.0)
BuildRequires: pkgconfig(python3)
Requires: ibus >= 1.4.99
Requires: python3
Requires: python3-curses
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The package contains general Table engine for IBus platform.
%package devel
Summary: Development package for ibus-table
Group: Development/Libraries/Other
Requires: %{name} = %{version}
%description devel
This package contains the files required for the development of ibus-table.
%prep
%setup -q
chmod -x AUTHORS COPYING README
%build
export PYTHON=python3
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static \
--enable-additional \
--libexecdir=%{_libdir}/ibus
make %{?_smp_mflags}
%install
%make_install NO_INDEX=true
%find_lang %{name}
%fdupes %{buildroot}
%files -f %{name}.lang
%license COPYING
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/%{name}-createdb
%{_ibus_libdir}/ibus-engine-table
%{_ibus_libdir}/ibus-setup-table
%{_datadir}/applications/ibus-setup-table.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
%{_ibus_componentdir}/table.xml
%{_mandir}/man1/%{name}-createdb.1.gz
%{_datadir}/metainfo/ibus-table.appdata.xml
%files devel
%{_libdir}/pkgconfig/%{name}.pc
%changelog