update code
This commit is contained in:
parent
e28bc95b8f
commit
62489b1015
@ -1,6 +1,6 @@
|
|||||||
Name: python-IPy
|
Name: python-IPy
|
||||||
Version: 0.81
|
Version: 0.81
|
||||||
Release: 24
|
Release: 25
|
||||||
Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
|
Summary: Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/autocracy/python-ipy
|
URL: https://github.com/autocracy/python-ipy
|
||||||
@ -80,15 +80,25 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py
|
|||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
%files -n python2-IPy
|
%files -n python2-IPy
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-IPy
|
%files -n python3-IPy
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.81-24
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user