2014-09-05 13:50:53 +02:00
|
|
|
#
|
|
|
|
# spec file for package rpmlint-tests
|
|
|
|
#
|
2020-05-20 11:45:39 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2014-09-05 13:50:53 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-11-28 13:04:28 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-09-05 13:50:53 +02:00
|
|
|
#
|
|
|
|
# icecream 0
|
|
|
|
|
|
|
|
|
|
|
|
#!BuildIgnore: post-build-checks brp-check-suse
|
|
|
|
|
2017-10-11 09:16:54 +02:00
|
|
|
BuildRequires: erlang
|
2016-07-12 11:32:39 +02:00
|
|
|
BuildRequires: rpmlint-Factory-strict
|
2014-09-05 13:50:53 +02:00
|
|
|
BuildRequires: rpmlint-mini
|
|
|
|
|
|
|
|
Name: rpmlint-tests
|
2020-07-31 13:30:01 +02:00
|
|
|
Version: 84.87+git20200724.ef05f7e
|
2014-09-05 13:50:53 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: rpmlint regression tests
|
|
|
|
License: SUSE-Public-Domain
|
|
|
|
Group: Development/Tools/Building
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2019-11-28 13:04:28 +01:00
|
|
|
URL: http://www.opensuse.org/
|
2014-09-05 13:50:53 +02:00
|
|
|
Source: rpmlint-tests-%version.tar.xz
|
2018-05-09 14:20:22 +02:00
|
|
|
Patch0: rpmlint-tests-sle15.patch
|
2014-09-05 13:50:53 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package doesn't actually contain any files and is not meant to
|
|
|
|
be installed. It's only useful in the opensuse build service to run
|
|
|
|
regression tests against rpmlint(-mini).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2018-05-09 14:20:22 +02:00
|
|
|
%if 0%{?sle_version} >= 1500
|
|
|
|
%patch0 -p1
|
|
|
|
%endif
|
2014-09-05 13:50:53 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
mkdir rpms
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
%changelog
|