|
|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: os-autoinst
|
|
|
|
|
Version: 4.6.1595922953.775a5164
|
|
|
|
|
Version: 4.6.1596123333.53214479
|
|
|
|
|
Release: 0
|
|
|
|
|
Summary: OS-level test automation
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
@@ -32,7 +32,11 @@ Source0: %{name}-%{version}.tar.xz
|
|
|
|
|
%define opencv_require pkgconfig(opencv)
|
|
|
|
|
%endif
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define build_requires %opencv_require cmake gcc-c++ ninja perl(Pod::Html) pkg-config pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
|
|
|
|
|
%define build_base_requires %opencv_require gcc-c++ perl(Pod::Html) pkg-config pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define build_legacy_requires %build_base_requires autoconf automake libtool make perl(ExtUtils::Embed) perl(ExtUtils::MakeMaker) >= 6.66 perl(Module::CPANfile)
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define build_requires %build_base_requires cmake ninja
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define main_requires git-core perl(B::Deparse) perl(Carp) perl(Carp::Always) perl(Class::Accessor::Fast) perl(Config) perl(Cpanel::JSON::XS) perl(Crypt::DES) perl(Cwd) perl(Data::Dumper) perl(Digest::MD5) perl(DynaLoader) perl(English) perl(Errno) perl(Exception::Class) perl(Exporter) perl(ExtUtils::testlib) perl(Fcntl) perl(File::Basename) perl(File::Find) perl(File::Path) perl(File::Spec) perl(File::Temp) perl(File::Touch) perl(File::Which) perl(IO::Handle) perl(IO::Scalar) perl(IO::Select) perl(IO::Socket) perl(IO::Socket::INET) perl(IO::Socket::UNIX) perl(IPC::Open3) perl(IPC::Run::Debug) perl(IPC::System::Simple) perl(List::MoreUtils) perl(List::Util) perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::JSON) perl(Mojo::Log) perl(Mojo::URL) perl(Mojo::UserAgent) perl(Mojolicious) >= 8.42 perl(Mojolicious::Lite) perl(Net::DBus) perl(Net::IP) perl(Net::SNMP) perl(Net::SSH2) perl(POSIX) perl(Scalar::Util) perl(Socket) perl(Socket::MsgHdr) perl(Term::ANSIColor) perl(Thread::Queue) perl(Time::HiRes) perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) perl(autodie) perl(base) perl(constant) perl(integer) perl(strict) perl(version) perl(warnings) perl-base
|
|
|
|
|
# all requirements needed by the tests, do not require on this in the package
|
|
|
|
@@ -46,14 +50,24 @@ Source0: %{name}-%{version}.tar.xz
|
|
|
|
|
%if %{with spellcheck}
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define spellcheck_requires aspell-en aspell-spell perl(Pod::Spell)
|
|
|
|
|
%define spellcheck_make_args_for_autotools %{nil}
|
|
|
|
|
%else
|
|
|
|
|
%define spellcheck_requires %{nil}
|
|
|
|
|
%define spellcheck_make_args_for_autotools CHECK_DOC=0
|
|
|
|
|
%endif
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define test_requires %build_requires %main_requires %spellcheck_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 perl(YAML::PP) procps python3-setuptools python3-yamllint qemu qemu-tools qemu-x86
|
|
|
|
|
%define test_base_requires %main_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps python3-setuptools qemu qemu-tools qemu-x86
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define test_legacy_requires %build_legacy_requires %test_base_requires
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define test_requires %build_requires %spellcheck_requires %test_base_requires perl(YAML::PP) python3-yamllint
|
|
|
|
|
# The following line is generated from dependencies.yaml
|
|
|
|
|
%define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
|
|
|
|
%if 0%{?suse_version} == 1315
|
|
|
|
|
BuildRequires: %test_legacy_requires
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: %test_requires
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %main_requires
|
|
|
|
|
Recommends: tesseract-ocr
|
|
|
|
|
Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
|
|
|
|
@@ -105,12 +119,24 @@ for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%if 0%{?suse_version} == 1315
|
|
|
|
|
autoreconf -f -i
|
|
|
|
|
%configure --docdir=%{_docdir}/%{name}
|
|
|
|
|
make %{?_smp_mflags} INSTALLDIRS=vendor
|
|
|
|
|
%else
|
|
|
|
|
%define __builder ninja
|
|
|
|
|
%cmake -DOS_AUTOINST_DOC_DIR:STRING=%{_docdir}/%{name}
|
|
|
|
|
%cmake_build
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%if 0%{?suse_version} == 1315
|
|
|
|
|
%make_install INSTALLDIRS=vendor
|
|
|
|
|
# remove internal tools
|
|
|
|
|
rm -r %{buildroot}/usr/lib/os-autoinst/tools/
|
|
|
|
|
%else
|
|
|
|
|
%cmake_install install-openvswitch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
ls -lR %buildroot
|
|
|
|
|
find %{buildroot} -type f -name .packlist -print0 | xargs -0 --no-run-if-empty rm -f
|
|
|
|
@@ -125,8 +151,17 @@ ln -s ../sbin/service %{buildroot}%{_sbindir}/rcos-autoinst-openvswitch
|
|
|
|
|
export NO_BRP_STALE_LINK_ERROR=yes
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if 0%{?suse_version} == 1315
|
|
|
|
|
sed '/perlcritic/d' -i Makefile
|
|
|
|
|
sed '/tidy/d' -i Makefile
|
|
|
|
|
sed '/Perl::Critic/d' -i cpanfile
|
|
|
|
|
rm -r t/27-make-update-deps.t tools/update-deps
|
|
|
|
|
printf '#!/bin/sh\necho YAML syntax check disabled' > tools/check-yaml-syntax
|
|
|
|
|
make check test VERBOSE=1 %{spellcheck_make_args_for_autotools}
|
|
|
|
|
%else
|
|
|
|
|
cd %{__builddir}
|
|
|
|
|
%cmake_build check-pkg-build
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%pre openvswitch
|
|
|
|
|
%service_add_pre os-autoinst-openvswitch.service
|
|
|
|
|