diff --git a/python-IPy.spec b/python-IPy.spec index cb83a6c..5cbcac6 100644 --- a/python-IPy.spec +++ b/python-IPy.spec @@ -1,6 +1,6 @@ Name: python-IPy Version: 0.81 -Release: 24 +Release: 25 Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks License: BSD URL: https://github.com/autocracy/python-ipy @@ -80,15 +80,25 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py %if 0%{?with_python2} %files -n python2-IPy %defattr(-,root,root) +%license COPYING +%doc AUTHORS %{python2_sitelib}/* %endif %if 0%{?with_python3} %files -n python3-IPy %defattr(-,root,root) +%license COPYING +%doc AUTHORS %{python3_sitelib}/* %endif %changelog +* Thu Oct 10 2019 openEuler Buildteam - 0.81-25 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add license files to rpm package + * Thu Aug 22 2019 openEuler Buildteam - 0.81-24 - Package init