Compare commits
10 Commits
1dd46d30e5
...
89071caa3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89071caa3e | ||
|
|
50b6a9185d | ||
|
|
8f9e134038 | ||
|
|
6572e396a7 | ||
|
|
76c7ca8478 | ||
|
|
45a70b5114 | ||
|
|
c5f34836a1 | ||
|
|
34ea9b3d68 | ||
|
|
c1ca67ecce | ||
|
|
f693bd9c9c |
BIN
ibus-table-1.17.2.tar.gz
Normal file
BIN
ibus-table-1.17.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,16 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.21
|
||||
Release: 3
|
||||
Version: 1.17.2
|
||||
Release: 1
|
||||
Summary: Table engine for Intelligent Input Bus (IBus)
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
URL: https://github.com/kaio/ibus-table/
|
||||
Source0: http://github.com/kaio/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: ibus-devel > 1.3.0, python3-devel, libappstream-glib
|
||||
BuildRequires: gcc docbook-utils appstream desktop-file-utils python3-gobject
|
||||
BuildRequires: python3-gobject-base dbus-x11 xorg-x11-server-Xvfb make
|
||||
BuildRequires: ibus-table-chinese-wubi-jidian ibus-table-chinese-cangjie ibus-table-chinese-stroke5
|
||||
Requires: ibus > 1.3.0, python3 >= 3.3
|
||||
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
||||
|
||||
@ -41,6 +44,8 @@ export PYTHON=%{__python3}
|
||||
%install
|
||||
export PYTHON=%{__python3}
|
||||
%make_install NO_INDEX=true pkgconfigdir=%{_datadir}/pkgconfig
|
||||
%py_byte_compile %{__python3} %{buildroot}/usr/share/ibus-table/engine
|
||||
%py_byte_compile %{__python3} %{buildroot}/usr/share/ibus-table/setup
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -78,6 +83,15 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.*.gschema.xml
|
||||
%{_bindir}/*-createdb
|
||||
%{_libexecdir}/ibus-*-table
|
||||
%{_datadir}/icons/hicolor/16x16/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/22x22/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/128x128/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/256x256/apps/ibus-table.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ibus-table.svg
|
||||
|
||||
|
||||
%files devel
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
@ -86,5 +100,17 @@ make check || cat ./tests/test-suite.log
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 chenchen <chen_aka_jan@163.com> - 1.17.2-1
|
||||
- Upgrade to version 1.17.2
|
||||
|
||||
* Sat Jan 09 2021 Ge Wang <wangge20@huawei.com> - 1.9.21-6
|
||||
- Modify homepage url
|
||||
|
||||
* Tue Jun 23 2020 lizhenhua <lizhenhua21@huawei.com> - 1.9.21-5
|
||||
- Add exist_ok=True in os.makedirs to avoid failure due to race condition
|
||||
|
||||
* Tue Apr 7 2020 fuanan <fuanan3@huawei.com> - 1.9.21-4
|
||||
- Replace Source0
|
||||
|
||||
* Fri Nov 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.21-3
|
||||
- Package init
|
||||
|
||||
4
ibus-table.yaml
Normal file
4
ibus-table.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: kaio/ibus-table
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user