|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
|
Version: 6.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Tools to supplement packaging Python releases
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -69,8 +69,6 @@ Documentation for jaraco.packaging
|
|
|
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
|
# Remove bundled egg-info
|
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
# rename package in setup to -
|
|
|
|
|
sed -i 's/name = %{pypi_name}/name = %{pkg_name}/' setup.cfg
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
@ -100,7 +98,7 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
%{_bindir}/upload-package
|
|
|
|
|
%{_bindir}/dependency-tree
|
|
|
|
|
%{python3_sitelib}/jaraco/packaging
|
|
|
|
|
%{python3_sitelib}/jaraco_packaging-%{version}-py?.?.egg-info
|
|
|
|
|
%{python3_sitelib}/jaraco.packaging-%{version}-py?.?.egg-info
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
|
%files -n python-%{pkg_name}-doc
|
|
|
|
@ -109,6 +107,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 20 2019 Dan Radez <dradez@redhat.com> - 6.2-4
|
|
|
|
|
- removing the sed . to _ it's confusing and not needed
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.2-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|