forked from BambooEngine/ibus-bamboo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibus-bamboo.spec
50 lines (40 loc) · 1.17 KB
/
ibus-bamboo.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%define engine_name bamboo
%define ibus_dir /usr/share/ibus
%define engine_dir /usr/share/ibus-%{engine_name}
%define ibus_comp_dir /usr/share/ibus/component
Name: ibus-bamboo
Version: 0.7.0
Release: 1%{?dist}
Summary: A Vietnamese input method for IBus
License: GPLv3+
URL: https://github.com/BambooEngine/ibus-bamboo
Source0: %{name}-%{version}.tar.gz
BuildRequires: golang, lib64x11-devel, lib64xtst-devel
Requires: ibus, lib64x11_6, lib64xtst6
%description
A Vietnamese IME for IBus using Bamboo Engine.
Bộ gõ tiếng Việt mã nguồn mở hỗ trợ hầu hết các bảng mã thông dụng, các kiểu gõ tiếng Việt phổ biến, bỏ dấu thông minh, kiểm tra chính tả, gõ tắt,...
%global debug_package %{nil}
%prep
%setup
%build
make build
%install
make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%doc README.md
%license LICENSE
%dir %{ibus_dir}
%dir %{ibus_comp_dir}
%dir %{engine_dir}
%{engine_dir}/*
%{ibus_comp_dir}/%{engine_name}.xml
/usr/lib/ibus-engine-%{engine_name}
%clean
cd ..
rm -rf ibus-%{engine_name}-%{version}
rm -rf %{buildroot}
%changelog
* Thu Apr 30 2020 LuongThanhLam <[email protected]> 0.6.5
- Fix SEGV on Wayland