|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 6.1
|
|
|
|
Version: 6.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Tools to supplement packaging Python releases
|
|
|
|
Summary: Tools to supplement packaging Python releases
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -31,7 +31,7 @@ A Parent package for jaraco's parent dir and init file.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
Requires: python3dist(jaraco)
|
|
|
|
Requires: python3-jaraco
|
|
|
|
Requires: python3dist(rst-linker)
|
|
|
|
Requires: python3dist(rst-linker)
|
|
|
|
Requires: python3dist(six) >= 1.4
|
|
|
|
Requires: python3dist(six) >= 1.4
|
|
|
|
Requires: python3dist(setuptools)
|
|
|
|
Requires: python3dist(setuptools)
|
|
|
@ -42,7 +42,11 @@ BuildRequires: python3dist(six) >= 1.4
|
|
|
|
%{?python_provide:%python_provide python3-%{pkg_name}}
|
|
|
|
%{?python_provide:%python_provide python3-%{pkg_name}}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pkg_name}
|
|
|
|
%description -n python3-%{pkg_name}
|
|
|
|
%{description}
|
|
|
|
Tools for packaging.dependency_tree A dist-utils command for reporting the
|
|
|
|
|
|
|
|
dependency tree as resolved by setup-tools. Use after installing a package.show
|
|
|
|
|
|
|
|
A dist-utils command for reporting the attributes of a distribution, such as the
|
|
|
|
|
|
|
|
version or author name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
%if %{with docs}
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
|
BuildRequires: python3dist(sphinx)
|
|
|
@ -96,11 +100,17 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-5
|
|
|
|
|
|
|
|
- fixing python-jaraco-packaging requires... again
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-4
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-4
|
|
|
|
- fixing python-jaraco-packaging requires.
|
|
|
|
- fixing python-jaraco-packaging requires.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-3
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-3
|
|
|
|
- adding python-jaraco subpackage.
|
|
|
|
- adding python-jaraco subpackage.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-2
|
|
|
|
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-2
|
|
|
|
- adding py3 subpackage.
|
|
|
|
- adding py3 subpackage.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 02 2019 Dan Radez <dradez@redhat.com> - 6.1-1
|
|
|
|
* Tue Apr 02 2019 Dan Radez <dradez@redhat.com> - 6.1-1
|
|
|
|
- Initial package.
|
|
|
|
- Initial package.
|
|
|
|