Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires (Resolves: rhbz#1676299)
This commit is contained in:
parent
145758ec0a
commit
5e1e5e721f
@ -4,7 +4,7 @@
|
||||
|
||||
Name: ibus-table
|
||||
Version: 1.9.21
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
@ -12,9 +12,12 @@ Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz
|
||||
Requires: ibus > 1.3.0
|
||||
Requires: python(abi) >= 3.3
|
||||
%{?__python3:Requires: %{__python3}}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ibus-devel > 1.3.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: libappstream-glib
|
||||
# for the unit tests
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: ibus-table-chinese-wubi-jidian
|
||||
BuildRequires: ibus-table-chinese-cangjie
|
||||
BuildRequires: ibus-table-chinese-stroke5
|
||||
@ -98,6 +101,10 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2019 Mike FABIAN <mfabian@redhat.com> - 1.9.21-4
|
||||
- Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires
|
||||
(Resolves: rhbz#1676299)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.21-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user