diff --git a/pykka.spec b/pykka.spec index 8a15673..52d9323 100644 --- a/pykka.spec +++ b/pykka.spec @@ -6,7 +6,7 @@ Name: pykka Version: 1.3 -Release: 0.1.%{date0}git%{?dist} +Release: 0.2.%{date0}git%{?dist} Summary: Python library that provides concurrency using actor model License: ASL 2.0 URL: http://www.%{name}.org/ @@ -73,17 +73,22 @@ cp -rp docs/_build/devhelp $RPM_BUILD_ROOT%{_datarootdir}/devhelp/%{modname} %files -n python3-%{modname} -%doc LICENSE README.rst -%{python3_sitelib}/%{modname}* +%license LICENSE +%doc README.rst +%{python3_sitelib}/%{modname}-*-py3.?.egg-info %{python3_sitelib}/%{name}/ %files docs -%doc LICENSE +%license LICENSE %doc examples/ -%{_datarootdir}/devhelp/%{modname} +%{_datarootdir}/devhelp/%{modname}/ +%exclude %{_datarootdir}/devhelp/%{modname}/.* %changelog +* Thu Dec 13 2018 Raphael Groner - 1.3-0.2.20181208git +- use license macro, exclude build files + * Thu Dec 13 2018 Raphael Groner - 1.3-0.1.20181208git - provide new snapshot from latest github (25%) - modernize