This commit is contained in:
Your Name 2025-02-17 08:49:07 +00:00
parent 82b0cca8fc
commit 66438642a3

View file

@ -28,7 +28,7 @@ implement an intended CLI API.
%files
%doc docs/ examples/
%{py_sitedir}/click/*.py*
%{py_sitedir}/%{module}/*.py*
%{py_sitedir}/*.egg-info
#--------------------------------------------------
@ -50,8 +50,8 @@ implement an intended CLI API.
%files -n python3-%{module}
%doc *.rst
%{py3_sitedir}/click/*.py*
%{py3_sitedir}/*.egg-info
%{py3_puresitedir}/%{module}/*.py*
%{py3_puresitedir}/*.egg-info
#------------------------------------------
#--------------------------------------------------
@ -73,8 +73,8 @@ implement an intended CLI API.
%files -n python38-%{module}
%doc *.rst
%{py38_sitedir}/click/*.py*
%{py38_sitedir}/*.egg-info
%{py38_puresitedir}/%{module}/*.py*
%{py38_puresitedir}/*.egg-info
#------------------------------------------
%prep