14
0
forked from pool/python-abimap
Tomáš Chvátal
2018-08-20 14:37:09 +00:00
committed by Git OBS Bridge
parent 5136d86983
commit c218937042

View File

@@ -76,7 +76,7 @@ install -m 0644 man/abimap.1 %{buildroot}%{_mandir}/man1/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
make %{?_smp_mflags} -C tests ABIMAP_NAME_VERSION="abimap-%{version}" ABIMAP_VERSION="%{version}"
make -j1 -C tests ABIMAP_NAME_VERSION="abimap-%{version}" ABIMAP_VERSION="%{version}"
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:${PWD}/tests py.test-%{$python_version} -vv tests
%files %{python_files}