mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 08:22:52 +00:00
Compare commits
2 commits
dc51572dc6
...
8bcf21d000
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8bcf21d000 | ||
![]() |
504b0df2cb |
1 changed files with 2 additions and 7 deletions
|
@ -54,11 +54,8 @@ in an enumeration.
|
||||||
%files -n python3-%{oname}
|
%files -n python3-%{oname}
|
||||||
%doc CHANGELOG.rst COPYING README.rst
|
%doc CHANGELOG.rst COPYING README.rst
|
||||||
%{_bindir}/jsonschema3
|
%{_bindir}/jsonschema3
|
||||||
%{py3_puresitedir}/jsonschema/*.py*
|
%{py3_puresitedir}/jsonschema/*
|
||||||
%{py3_puresitedir}/jsonschema/tests/*.py*
|
|
||||||
%{py3_puresitedir}/jsonschema*.egg-info
|
%{py3_puresitedir}/jsonschema*.egg-info
|
||||||
%{py3_puresitedir}/jsonschema/schemas/draft*.json
|
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
%if %{py38}
|
%if %{py38}
|
||||||
|
@ -82,10 +79,8 @@ in an enumeration.
|
||||||
%files -n python38-%{oname}
|
%files -n python38-%{oname}
|
||||||
%doc CHANGELOG.rst COPYING README.rst
|
%doc CHANGELOG.rst COPYING README.rst
|
||||||
%{_bindir}/jsonschema
|
%{_bindir}/jsonschema
|
||||||
%{py38_puresitedir}/jsonschema/*.py*
|
%{py38_puresitedir}/jsonschema/*
|
||||||
%{py38_puresitedir}/jsonschema/tests/*.py*
|
|
||||||
%{py38_puresitedir}/jsonschema*.egg-info
|
%{py38_puresitedir}/jsonschema*.egg-info
|
||||||
%{py38_puresitedir}/jsonschema/schemas/draft*.json
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue