update code
This commit is contained in:
parent
892d4f8d1b
commit
3b3ada7f8d
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.10
|
||||
Release: 14
|
||||
Release: 15
|
||||
Summary: Resolve JSON Pointers in Python
|
||||
License: BSD
|
||||
URL: https://github.com/stefankoegl/python-json-pointer
|
||||
@ -77,8 +77,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
||||
|
||||
%if %{with python2}
|
||||
%files -n python2-%{pypi_name}
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%license COPYING AUTHORS
|
||||
%if %{without python3}
|
||||
%{_bindir}/jsonpointer
|
||||
%endif
|
||||
@ -89,8 +88,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
||||
|
||||
%if %{with python3}
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%license COPYING AUTHORS
|
||||
%{_bindir}/jsonpointer
|
||||
%{_bindir}/jsonpointer-3*
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
@ -102,5 +100,11 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user