|
|
2a1044 |
%global pypi_name sphinxcontrib-log-cabinet
|
|
|
2a1044 |
Name: python-%{pypi_name}
|
|
|
2a1044 |
Version: 1.0.1
|
|
|
2a1044 |
Release: 6%{?dist}
|
|
|
2a1044 |
Summary: Organize changelog directives in Sphinx docs
|
|
|
2a1044 |
License: BSD
|
|
|
2a1044 |
URL: https://github.com/davidism/sphinxcontrib-log-cabinet
|
|
|
2a1044 |
Source0: %{pypi_source}
|
|
|
2a1044 |
BuildArch: noarch
|
|
|
2a1044 |
|
|
|
2a1044 |
BuildRequires: python3-devel
|
|
|
2a1044 |
BuildRequires: python3-setuptools
|
|
|
2a1044 |
|
|
|
2a1044 |
%global _description %{expand:
|
|
|
2a1044 |
Organize changelogs generated by versionadded, versionchanged,
|
|
|
2a1044 |
deprecated directives. The log will be sorted by newest to oldest
|
|
|
2a1044 |
version. For HTML docs, older versions will be collapsed by default.}
|
|
|
2a1044 |
|
|
|
2a1044 |
%description %_description
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%package -n python3-%{pypi_name}
|
|
|
2a1044 |
Summary: %{summary}
|
|
|
2a1044 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
2a1044 |
|
|
|
2a1044 |
%description -n python3-%{pypi_name} %_description
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%prep
|
|
|
2a1044 |
%autosetup -n %{pypi_name}-%{version}
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%build
|
|
|
2a1044 |
%py3_build
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%install
|
|
|
2a1044 |
%py3_install
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%files -n python3-%{pypi_name}
|
|
|
2a1044 |
%license LICENSE.rst
|
|
|
2a1044 |
%doc README.rst
|
|
|
2a1044 |
%doc CHANGES.rst
|
|
|
2a1044 |
%{python3_sitelib}/sphinxcontrib
|
|
|
2a1044 |
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}.egg-info
|
|
|
2a1044 |
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}-nspkg.pth
|
|
|
2a1044 |
|
|
|
2a1044 |
|
|
|
2a1044 |
%changelog
|
|
|
2a1044 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
|
|
|
2a1044 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
2a1044 |
|
|
|
2a1044 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
|
|
|
2a1044 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
2a1044 |
|
|
|
2a1044 |
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-4
|
|
|
2a1044 |
- Rebuilt for Python 3.9
|
|
|
2a1044 |
|
|
|
2a1044 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-3
|
|
|
2a1044 |
- Rebuilt for Python 3.9
|
|
|
2a1044 |
|
|
|
2a1044 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
2a1044 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
2a1044 |
|
|
|
2a1044 |
* Sat Oct 5 2019 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.1-1
|
|
|
2a1044 |
- New package.
|