Blame SPECS/python-readthedocs-sphinx-ext.spec

df3c85
%global srcname readthedocs-sphinx-ext
df3c85
df3c85
Name:           python-%{srcname}
df3c85
Version:        2.1.4
df3c85
Release:        3%{?dist}
df3c85
Summary:        Sphinx extension for Read the Docs overrides
df3c85
df3c85
License:        MIT
df3c85
URL:            https://github.com/readthedocs/readthedocs-sphinx-ext
df3c85
Source0:        %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
df3c85
BuildArch:      noarch
df3c85
df3c85
BuildRequires:  python3-devel
df3c85
BuildRequires:  %{py3_dist jinja2}
df3c85
BuildRequires:  %{py3_dist pytest}
df3c85
BuildRequires:  %{py3_dist requests}
df3c85
BuildRequires:  %{py3_dist sphinx}
df3c85
df3c85
%global _desc %{expand:
df3c85
This module adds extensions that make Sphinx easier to use.  Some of them
df3c85
require Read the Docs features, others are just code that we ship and
df3c85
enable during builds on Read the Docs.  We currently ship:
df3c85
- An extension for building docs like Read the Docs
df3c85
- template-meta - allows users to specify template overrides in per-page
df3c85
  contexts.}
df3c85
df3c85
%description %_desc
df3c85
df3c85
%package -n     python3-%{srcname}
df3c85
Summary:        Sphinx extension for Read the Docs overrides
df3c85
df3c85
%description -n python3-%{srcname} %_desc
df3c85
df3c85
%prep
df3c85
%autosetup -n %{srcname}-%{version}
df3c85
df3c85
%build
df3c85
%py3_build
df3c85
rst2html --no-datestamp README.rst README.html
df3c85
df3c85
%install
df3c85
%py3_install
df3c85
df3c85
%check
df3c85
%pytest
df3c85
df3c85
%files -n python3-%{srcname}
df3c85
%doc README.html
df3c85
%license LICENSE
df3c85
%{python3_sitelib}/readthedocs_ext/
df3c85
%{python3_sitelib}/readthedocs_sphinx_ext*
df3c85
df3c85
%changelog
df3c85
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.4-3
df3c85
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
df3c85
  Related: rhbz#1991688
df3c85
df3c85
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.4-2
df3c85
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
df3c85
df3c85
* Wed Mar 17 2021 Jerry James <loganjerry@gmail.com> - 2.1.4-1
df3c85
- Version 2.1.4
df3c85
df3c85
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-2
df3c85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
df3c85
df3c85
* Tue Jan 19 2021 Jerry James <loganjerry@gmail.com> - 2.1.3-1
df3c85
- Version 2.1.3
df3c85
- Revert to the py3_* macros (avoids dependency on external mock)
df3c85
df3c85
* Wed Jan  6 2021 Jerry James <loganjerry@gmail.com> - 2.1.2-1
df3c85
- Version 2.1.2
df3c85
df3c85
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
df3c85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
df3c85
df3c85
* Thu Jul 23 2020 Jerry James <loganjerry@gmail.com> - 2.1.1-1
df3c85
- Version 2.1.1
df3c85
df3c85
* Sat Jul 11 2020 Jerry James <loganjerry@gmail.com> - 2.1.0-1
df3c85
- Version 2.1.0
df3c85
df3c85
* Tue Jun 16 2020 Jerry James <loganjerry@gmail.com> - 2.0.0-1
df3c85
- Version 2.0.0
df3c85
df3c85
* Fri May 29 2020 Jerry James <loganjerry@gmail.com> - 1.0.4-2
df3c85
- Remove unnecessary version manipulation
df3c85
df3c85
* Fri May 29 2020 Jerry James <loganjerry@gmail.com> - 1.0.4-1
df3c85
- Version 1.0.4
df3c85
df3c85
* Mon May 25 2020 Miro HronĨok <mhroncok@redhat.com> - 1.0.3-2
df3c85
- Rebuilt for Python 3.9
df3c85
df3c85
* Tue Apr 21 2020 Jerry James <loganjerry@gmail.com> - 1.0.3-1
df3c85
- Version 1.0.3
df3c85
df3c85
* Thu Jan 30 2020 Jerry James <loganjerry@gmail.com> - 1.0.1-1
df3c85
- Initial RPM