Accepting request 636158 from home:olh:branches:openSUSE:Tools

- Wrap make check in bcond obs_scm_testsuite

OBS-URL: https://build.opensuse.org/request/show/636158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=89
This commit is contained in:
Adrian Schröter 2018-09-25 06:58:17 +00:00 committed by Git OBS Bridge
parent 3afa1bc4d4
commit 6c06d62554
2 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,11 @@ Wed Sep 19 06:28:24 UTC 2018 - adrian@suse.de
- Update to version 0.5.10: - Update to version 0.5.10:
* fix zipfile crash also for python2.7 * fix zipfile crash also for python2.7
-------------------------------------------------------------------
Mon Sep 17 10:21:44 UTC 2018 - olaf@aepfle.de
- Wrap make check in bcond obs_scm_testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 17 09:28:09 UTC 2018 - adrian@suse.de Mon Sep 17 09:28:09 UTC 2018 - adrian@suse.de

View File

@ -15,7 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%bcond_without obs_scm_testsuite
%define service set_version %define service set_version
Name: obs-service-%{service} Name: obs-service-%{service}
@ -26,9 +26,10 @@ License: GPL-2.0-or-later
Group: Development/Tools/Building Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-%{service} Url: https://github.com/openSUSE/obs-service-%{service}
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
%if %{with obs_scm_testsuite}
BuildRequires: python3-ddt BuildRequires: python3-ddt
BuildRequires: python3-flake8 BuildRequires: python3-flake8
BuildRequires: python3-packaging %endif
%if 0%{?suse_version} %if 0%{?suse_version}
%if 0%{?suse_version} > 1315 %if 0%{?suse_version} > 1315
Recommends: python3-packaging Recommends: python3-packaging
@ -55,8 +56,10 @@ a given version or to the existing files.
sed -i -e "1 s,#!/usr/bin/python$,#!/usr/bin/python3," set_version sed -i -e "1 s,#!/usr/bin/python$,#!/usr/bin/python3," set_version
%endif %endif
%if %{with obs_scm_testsuite}
%check %check
make test PYTHON=python3 make test PYTHON=python3
%endif
%install %install
mkdir -p %{buildroot}%{_prefix}/lib/obs/service mkdir -p %{buildroot}%{_prefix}/lib/obs/service