update code

This commit is contained in:
zhuchunyi 2019-11-06 19:50:33 +08:00
parent 4a496c885a
commit 162849168e

View File

@ -1,6 +1,6 @@
Name: python-slip
Version: 0.6.5
Release: 2
Release: 3
Summary: Library for Python 2.x with Convenience, extension and workaround
License: GPLv2+
URL: https://github.com/nphilipp/%{name}
@ -69,7 +69,8 @@ cd %{py3dir}
cd ..
%files -n python2-slip
%doc COPYING doc/dbus
%doc doc/dbus
%license COPYING
%dir %{python2_sitelib}/slip/
%{python2_sitelib}/slip/__init__.py*
%{python2_sitelib}/slip/util
@ -79,7 +80,8 @@ cd ..
%exclude %{python2_sitelib}/slip.gtk-%{version}-py%{python2_version}.egg-info
%files -n python3-slip
%doc COPYING doc/dbus
%doc doc/dbus
%license COPYING
%dir %{python3_sitelib}/slip/
%{python3_sitelib}/slip/__pycache__
%{python3_sitelib}/slip/__init__.py*
@ -93,6 +95,12 @@ cd ..
%{python2_sitelib}/slip.gtk-%{version}-py%{python2_version}.egg-info
%changelog
* Fri Oct 18 2019 Yufa Fang <fangyufa1@huawei.com> - 0.6.5-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix spec in openEuler rule
* Thu Sep 19 2019 Yufa Fang <fangyufa1@huawei.com> - 0.6.5-2
- Type:bugfix
- ID:NA