mirror of
https://abf.rosa.ru/djam/python-click.git
synced 2025-02-23 09:22:50 +00:00
7.1.2
This commit is contained in:
parent
9ccf3c8ac9
commit
82b0cca8fc
1 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,8 @@ implement an intended CLI API.
|
|||
|
||||
%files
|
||||
%doc docs/ examples/
|
||||
%{py_puresitedir}/click/*.py*
|
||||
%{py_puresitedir}/Click*.egg-info
|
||||
%{py_sitedir}/click/*.py*
|
||||
%{py_sitedir}/*.egg-info
|
||||
#--------------------------------------------------
|
||||
|
||||
%package -n python3-%{module}
|
||||
|
@ -50,8 +50,8 @@ implement an intended CLI API.
|
|||
|
||||
%files -n python3-%{module}
|
||||
%doc *.rst
|
||||
%{py3_puresitedir}/click/*.py*
|
||||
%{py3_puresitedir}/Click*.egg-info
|
||||
%{py3_sitedir}/click/*.py*
|
||||
%{py3_sitedir}/*.egg-info
|
||||
#------------------------------------------
|
||||
#--------------------------------------------------
|
||||
|
||||
|
@ -73,8 +73,8 @@ implement an intended CLI API.
|
|||
|
||||
%files -n python38-%{module}
|
||||
%doc *.rst
|
||||
%{py38_puresitedir}/click/*.py*
|
||||
%{py38_puresitedir}/Click*.egg-info
|
||||
%{py38_sitedir}/click/*.py*
|
||||
%{py38_sitedir}/*.egg-info
|
||||
#------------------------------------------
|
||||
|
||||
%prep
|
||||
|
|
Loading…
Add table
Reference in a new issue