import CS ibus-table-1.9.18-8.el8
This commit is contained in:
parent
168c5c663a
commit
ed38535dc7
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.18
|
Version: 1.9.18
|
||||||
Release: 6%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -11,7 +11,6 @@ Patch1: add-a-gui-test.patch
|
|||||||
Patch2: use-config-not-gsettings-for-gui-test.patch
|
Patch2: use-config-not-gsettings-for-gui-test.patch
|
||||||
Patch3: fix-test-cases-for-old-ibus-table.patch
|
Patch3: fix-test-cases-for-old-ibus-table.patch
|
||||||
Requires: ibus > 1.3.0
|
Requires: ibus > 1.3.0
|
||||||
Requires: python(abi) >= 3.3
|
|
||||||
Requires: %{__python3}
|
Requires: %{__python3}
|
||||||
BuildRequires: ibus-devel > 1.3.0
|
BuildRequires: ibus-devel > 1.3.0
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -78,8 +77,8 @@ export PYTHON=%{__python3}
|
|||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
pushd engine
|
pushd engine
|
||||||
# run doctests
|
# run doctests
|
||||||
python3 table.py
|
%{__python3} table.py
|
||||||
python3 it_util.py
|
%{__python3} it_util.py
|
||||||
popd
|
popd
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
Xvfb $DISPLAY -screen 0 1024x768x16 &
|
Xvfb $DISPLAY -screen 0 1024x768x16 &
|
||||||
@ -136,6 +135,14 @@ fi
|
|||||||
%{_datadir}/installed-tests/%{name}
|
%{_datadir}/installed-tests/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.9.18-6
|
||||||
- Fix a covscan error
|
- Fix a covscan error
|
||||||
- Related: rhbz#1929102
|
- Related: rhbz#1929102
|
||||||
|
Loading…
Reference in New Issue
Block a user