mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-24 07:42:50 +00:00
Added py3_test macro
This commit is contained in:
parent
b7026d01a0
commit
6cf3a8212b
2 changed files with 5 additions and 1 deletions
|
@ -19,3 +19,7 @@ CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} build --executab
|
||||||
%py3_install() %{expand:\
|
%py3_install() %{expand:\
|
||||||
CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} install -O1 --skip-build --root %{buildroot} %{?1}\
|
CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} install -O1 --skip-build --root %{buildroot} %{?1}\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%py3_test() %{expand:\
|
||||||
|
%{__python3} %{py_setup} %{?py_setup_args} test %{?1}\
|
||||||
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
Summary: An interpreted, interactive object-oriented programming language
|
Summary: An interpreted, interactive object-oriented programming language
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: 3.5.2
|
Version: 3.5.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Modified CNRI Open Source License
|
License: Modified CNRI Open Source License
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue