mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 16:32:49 +00:00
Compare commits
No commits in common. "8bcf21d0003a5db0ac19ced13df72e809a851b17" and "dc51572dc666e8aab5ad946ce5d5493e250728ef" have entirely different histories.
8bcf21d000
...
dc51572dc6
1 changed files with 7 additions and 2 deletions
|
@ -54,8 +54,11 @@ in an enumeration.
|
|||
%files -n python3-%{oname}
|
||||
%doc CHANGELOG.rst COPYING README.rst
|
||||
%{_bindir}/jsonschema3
|
||||
%{py3_puresitedir}/jsonschema/*
|
||||
%{py3_puresitedir}/jsonschema/*.py*
|
||||
%{py3_puresitedir}/jsonschema/tests/*.py*
|
||||
%{py3_puresitedir}/jsonschema*.egg-info
|
||||
%{py3_puresitedir}/jsonschema/schemas/draft*.json
|
||||
|
||||
|
||||
#------------------------------------------------------------------
|
||||
%if %{py38}
|
||||
|
@ -79,8 +82,10 @@ in an enumeration.
|
|||
%files -n python38-%{oname}
|
||||
%doc CHANGELOG.rst COPYING README.rst
|
||||
%{_bindir}/jsonschema
|
||||
%{py38_puresitedir}/jsonschema/*
|
||||
%{py38_puresitedir}/jsonschema/*.py*
|
||||
%{py38_puresitedir}/jsonschema/tests/*.py*
|
||||
%{py38_puresitedir}/jsonschema*.egg-info
|
||||
%{py38_puresitedir}/jsonschema/schemas/draft*.json
|
||||
|
||||
%endif
|
||||
#------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue