diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 79ab08d..caca936 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Converting Jupyter Notebooks License: BSD and MIT @@ -120,19 +120,22 @@ chmod 755 %{buildroot}%{python3_sitelib}/%{pypi_name}/nbconvertapp.py %license LICENSE %doc docs/README.md %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info -%{python2_sitelib}/%{pypi_name}/* +%{python2_sitelib}/%{pypi_name}/ %files -n python3-%{pypi_name} %license LICENSE %doc docs/README.md %{_bindir}/jupyter-nbconvert %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info -%{python3_sitelib}/%{pypi_name}/* +%{python3_sitelib}/%{pypi_name}/ %files -n python-%{pypi_name}-doc %doc html %changelog +* Wed Jan 03 2018 Lumír Balhar - 5.3.1-3 +- Fix directory ownership in python subpackages + * Wed Dec 27 2017 Mukundan Ragavan - 5.3.1-2 - license file renamed to LICENSE (from copying.md)