Import from AlmaLinux stable repository
This commit is contained in:
parent
66be8bdc00
commit
47278b3bd0
@ -1 +0,0 @@
|
||||
4beb525cb088e84b70e677fe4a4c3ef960797af9 SOURCES/ibus-table-1.9.18.tar.gz
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.18
|
||||
Release: 6%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -11,7 +11,6 @@ Patch1: add-a-gui-test.patch
|
||||
Patch2: use-config-not-gsettings-for-gui-test.patch
|
||||
Patch3: fix-test-cases-for-old-ibus-table.patch
|
||||
Requires: ibus > 1.3.0
|
||||
Requires: python(abi) >= 3.3
|
||||
Requires: %{__python3}
|
||||
BuildRequires: ibus-devel > 1.3.0
|
||||
BuildRequires: python3-devel
|
||||
@ -78,8 +77,8 @@ export PYTHON=%{__python3}
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
pushd engine
|
||||
# run doctests
|
||||
python3 table.py
|
||||
python3 it_util.py
|
||||
%{__python3} table.py
|
||||
%{__python3} it_util.py
|
||||
popd
|
||||
export DISPLAY=:1
|
||||
Xvfb $DISPLAY -screen 0 1024x768x16 &
|
||||
@ -136,6 +135,14 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Oct 10 2023 Mike FABIAN <mfabian@redhat.com> - 1.9.18-8
|
||||
- Fix unit tests, bump release number for new build
|
||||
Resolves: RHEL-2236
|
||||
|
||||
* Thu Sep 21 2023 Mike FABIAN <mfabian@redhat.com> - 1.9.18-7
|
||||
- Fix requirements of Python 3
|
||||
Resolves: RHEL-2236
|
||||
|
||||
* Tue Feb 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.9.18-6
|
||||
- Fix a covscan error
|
||||
- Related: rhbz#1929102
|
||||
|
Loading…
Reference in New Issue
Block a user