Fix build on rawhide
This commit is contained in:
parent
79d4781186
commit
19a7b8e49e
@ -4,7 +4,7 @@
|
||||
%global createdb ibus-table-createdb
|
||||
Name: ibus-table-chinese
|
||||
Version: 1.8.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Chinese input tables for IBus
|
||||
Summary(zh_CN): 中文码表输入法
|
||||
Summary(zh_TW): 中文碼表輸入法
|
||||
@ -309,7 +309,7 @@ Cantonese input method based on yale romanization
|
||||
|
||||
%build
|
||||
# $RPM_OPT_FLAGS should be loaded from cmake macro.
|
||||
%cmake -DMANAGE_MESSAGE_LEVEL=%{message_level} -DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=1 .
|
||||
%cmake -B . -DMANAGE_MESSAGE_LEVEL=%{message_level} -DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=1 .
|
||||
%__make VERBOSE=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -572,6 +572,9 @@ rm -fr %{buildroot}%{_docdir}/*
|
||||
%verify(not size md5 mtime) %{ibus_tables_dir}/cantonyale.db
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2020 Mike FABIAN <mfabian@redhat.com> - 1.8.3-4
|
||||
- Fix build on rawhide
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user