diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index 416e935..0300043 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -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 - 1.10-15 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move author from doc to license + * Sun Sep 15 2019 openEuler Buildteam - 1.10-14 - Package init