update code

This commit is contained in:
zhuchunyi 2019-11-06 19:48:32 +08:00
parent e28bc95b8f
commit 62489b1015

View File

@ -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 <buildteam@openeuler.org> - 0.81-25
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add license files to rpm package
* Thu Aug 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.81-24
- Package init