Improve cangjie5.txt (Resolves: https://github.com/mike-fabian/ibus-table/issues/76)
This commit is contained in:
parent
df79326369
commit
432205017e
10657
Improve-cangjie5.txt.patch
Normal file
10657
Improve-cangjie5.txt.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
|||||||
%global createdb ibus-table-createdb
|
%global createdb ibus-table-createdb
|
||||||
Name: ibus-table-chinese
|
Name: ibus-table-chinese
|
||||||
Version: 1.8.3
|
Version: 1.8.3
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Chinese input tables for IBus
|
Summary: Chinese input tables for IBus
|
||||||
Summary(zh_CN): 中文码表输入法
|
Summary(zh_CN): 中文码表输入法
|
||||||
Summary(zh_TW): 中文碼表輸入法
|
Summary(zh_TW): 中文碼表輸入法
|
||||||
@ -13,6 +13,7 @@ URL: https://github.com/definite/ibus-table-chinese
|
|||||||
Source0: https://github.com/definite/ibus-table-chinese/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/definite/ibus-table-chinese/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: no-cmake-fedora.patch
|
Patch0: no-cmake-fedora.patch
|
||||||
Patch1: correct-misplaced-no-alphabetic-symbol-pull-request-16-definite.patch
|
Patch1: correct-misplaced-no-alphabetic-symbol-pull-request-16-definite.patch
|
||||||
|
Patch2: Improve-cangjie5.txt.patch
|
||||||
|
|
||||||
BuildRequires: cmake >= 2.6.2
|
BuildRequires: cmake >= 2.6.2
|
||||||
BuildRequires: ibus-table-devel >= 1.10.0
|
BuildRequires: ibus-table-devel >= 1.10.0
|
||||||
@ -308,6 +309,7 @@ Cantonese input method based on yale romanization
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .no-cmake-fedora
|
%patch0 -p1 -b .no-cmake-fedora
|
||||||
%patch1 -p1 -b .correct-misplaced-no-alphabetic-symbol-pull-request-16-definite
|
%patch1 -p1 -b .correct-misplaced-no-alphabetic-symbol-pull-request-16-definite
|
||||||
|
%patch2 -p1 -b .Improve-cangjie5
|
||||||
%{__sed} -i 's/\r//' tables/wubi-haifeng/COPYING
|
%{__sed} -i 's/\r//' tables/wubi-haifeng/COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -860,6 +862,10 @@ rm -fr %{buildroot}%{_docdir}/*
|
|||||||
%verify(not size md5 mtime) %{ibus_tables_dir}/cantonyale.db
|
%verify(not size md5 mtime) %{ibus_tables_dir}/cantonyale.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 30 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.3-11
|
||||||
|
- Improve cangjie5.txt
|
||||||
|
- Resolves: https://github.com/mike-fabian/ibus-table/issues/76
|
||||||
|
|
||||||
* Tue Dec 28 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.3-10
|
* Tue Dec 28 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.3-10
|
||||||
- Add appdata.xml files for the subpackages where they were missing
|
- Add appdata.xml files for the subpackages where they were missing
|
||||||
- Fix URLs in existing appdata.xml files
|
- Fix URLs in existing appdata.xml files
|
||||||
|
Loading…
Reference in New Issue
Block a user