|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 6.1
|
|
|
|
Version: 6.1
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Tools to supplement packaging Python releases
|
|
|
|
Summary: Tools to supplement packaging Python releases
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -50,7 +50,7 @@ version or author name.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
%if %{with docs}
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
|
BuildRequires: python3dist(rst-linker)
|
|
|
|
BuildRequires: python3-rst-linker
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-%{pkg_name}-doc
|
|
|
|
%package -n python-%{pkg_name}-doc
|
|
|
|
Summary: jaraco.packaging documentation
|
|
|
|
Summary: jaraco.packaging documentation
|
|
|
@ -100,6 +100,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 08 2019 Dan Radez <dradez@redhat.com> - 6.1-6
|
|
|
|
|
|
|
|
- Updating doc reqs in prep to enable doc build
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-5
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-5
|
|
|
|
- fixing python-jaraco-packaging requires... again
|
|
|
|
- fixing python-jaraco-packaging requires... again
|
|
|
|
|
|
|
|
|
|
|
|