update code
This commit is contained in:
parent
892d4f8d1b
commit
3b3ada7f8d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: Resolve JSON Pointers in Python
|
Summary: Resolve JSON Pointers in Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/stefankoegl/python-json-pointer
|
URL: https://github.com/stefankoegl/python-json-pointer
|
||||||
@ -77,8 +77,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
|||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files -n python2-%{pypi_name}
|
%files -n python2-%{pypi_name}
|
||||||
%doc AUTHORS
|
%license COPYING AUTHORS
|
||||||
%license COPYING
|
|
||||||
%if %{without python3}
|
%if %{without python3}
|
||||||
%{_bindir}/jsonpointer
|
%{_bindir}/jsonpointer
|
||||||
%endif
|
%endif
|
||||||
@ -89,8 +88,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
|||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc AUTHORS
|
%license COPYING AUTHORS
|
||||||
%license COPYING
|
|
||||||
%{_bindir}/jsonpointer
|
%{_bindir}/jsonpointer
|
||||||
%{_bindir}/jsonpointer-3*
|
%{_bindir}/jsonpointer-3*
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
@ -102,5 +100,11 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.10-15
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:move author from doc to license
|
||||||
|
|
||||||
* Sun Sep 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.10-14
|
* Sun Sep 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.10-14
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user