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