SHA256
1
0
forked from pool/openQA
openQA/openQA-devel-test.spec
Oliver Kurz 255fb86672 Offline generation of 4.6.1603211536.4498c99a4
4.6.1603211536.4498c99a4
4.6.1603211536.4498c99a4
4.6.1603211536.4498c99a4
4.6.1603211536.4498c99a4

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=518
2020-10-21 05:32:28 +00:00

44 lines
1.3 KiB
RPMSpec

#
# spec file for package openQA-devel-test
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define short_name openQA-devel
Name: %{short_name}-test
Version: 4.6.1603211536.4498c99a4
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later
BuildRequires: %{short_name} == %{version}
ExcludeArch: i586
%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