Fix build on rawhide

This commit is contained in:
Mike FABIAN 2020-07-30 11:11:32 +02:00
parent 79d4781186
commit 19a7b8e49e

View File

@ -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: 3%{?dist} Release: 4%{?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): 中文碼表輸入法
@ -309,7 +309,7 @@ Cantonese input method based on yale romanization
%build %build
# $RPM_OPT_FLAGS should be loaded from cmake macro. # $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} %__make VERBOSE=1 %{?_smp_mflags}
%install %install
@ -572,6 +572,9 @@ 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 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 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild