From 62489b1015d737dc65ced90318801b8a640fc544 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:48:32 +0800 Subject: [PATCH] update code --- python-IPy.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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