OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=1384
30 lines
684 B
RPMSpec
30 lines
684 B
RPMSpec
%define short_name openQA-devel
|
|
Name: %{short_name}-test
|
|
Version: 4.6
|
|
Release: 0
|
|
Summary: Test package for %{short_name}
|
|
License: GPL-2.0-or-later
|
|
BuildRequires: %{short_name} == %{version}
|
|
ExcludeArch: %{ix86}
|
|
%ifarch ppc ppc64 ppc64le s390x
|
|
# missing chromedriver dependency
|
|
ExclusiveArch: do_not_build
|
|
%endif
|
|
|
|
%description
|
|
.
|
|
|
|
%prep
|
|
# workaround to prevent post/install failing assuming this file for whatever
|
|
# reason
|
|
touch %{_sourcedir}/%{short_name}
|
|
|
|
%build
|
|
# just test requirements by installation
|
|
|
|
%install
|
|
# disable debug packages in package test to prevent error about missing files
|
|
%define debug_package %{nil}
|
|
|
|
%changelog
|