forked from pool/ncurses
Accepting request 865077 from home:Andreas_Schwab:Factory
- Don't skip test for qemu builds OBS-URL: https://build.opensuse.org/request/show/865077 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=523
This commit is contained in:
parent
bfd6619632
commit
8dca80b3c6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 20:43:02 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Don't skip test for qemu builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 11 07:24:25 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Mon Jan 11 07:24:25 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
12
ncurses.spec
12
ncurses.spec
@ -67,9 +67,9 @@ Obsoletes: ncurses-64bit
|
|||||||
Version: 6.2.%{patchlvl}
|
Version: 6.2.%{patchlvl}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal control library
|
Summary: Terminal control library
|
||||||
#Git: http://ncurses.scripts.mit.edu
|
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
#Git: http://ncurses.scripts.mit.edu
|
||||||
URL: http://www.invisible-island.net/ncurses/ncurses.html
|
URL: http://www.invisible-island.net/ncurses/ncurses.html
|
||||||
Source0: ftp://ftp.invisible-island.net/ncurses/ncurses-6.2.tar.gz
|
Source0: ftp://ftp.invisible-island.net/ncurses/ncurses-6.2.tar.gz
|
||||||
Source1: ncurses-6.2-patches.tar.bz2
|
Source1: ncurses-6.2-patches.tar.bz2
|
||||||
@ -641,8 +641,8 @@ mv tack-* tack
|
|||||||
#
|
#
|
||||||
# Some tests
|
# Some tests
|
||||||
#
|
#
|
||||||
%if 0%{?qemu_user_space_build:1}%{?_crossbuild}
|
%if 0%{?_crossbuild}
|
||||||
echo "Skipping tests due to running under QEMU / cross-building"
|
echo "Skipping tests due to cross-building"
|
||||||
%else
|
%else
|
||||||
#
|
#
|
||||||
# Check for tack program on base of above ncurses
|
# Check for tack program on base of above ncurses
|
||||||
@ -786,8 +786,8 @@ includedir5=%{_incdir}/ncurses5' "$pc"
|
|||||||
#
|
#
|
||||||
# Some tests
|
# Some tests
|
||||||
#
|
#
|
||||||
%if 0%{?qemu_user_space_build:1}%{?_crossbuild} || 0%{?suse_version} <= 1500
|
%if 0%{?_crossbuild} || 0%{?suse_version} <= 1500
|
||||||
echo "Skipping tests due to running under QEMU / cross-building"
|
echo "Skipping tests due to cross-building"
|
||||||
%else
|
%else
|
||||||
#
|
#
|
||||||
# Make the test suite for ncurses6
|
# Make the test suite for ncurses6
|
||||||
@ -1088,7 +1088,7 @@ includedir5=%{_incdir}/ncurses5' "$pc"
|
|||||||
#
|
#
|
||||||
cp -p pc/*.pc %{buildroot}%{_libdir}/pkgconfig/
|
cp -p pc/*.pc %{buildroot}%{_libdir}/pkgconfig/
|
||||||
|
|
||||||
%if 0%{?qemu_user_space_build:1}%{?_crossbuild}
|
%if 0%{?_crossbuild}
|
||||||
# No test here
|
# No test here
|
||||||
%else
|
%else
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user