Blame python-sphinx-sitemap.spec

44391ab
Name:           python-sphinx-sitemap
b575dcf
Version:        2.6.0
c2c4c71
Release:        %autorelease
ab526fa
Summary:        Sitemap generator for Sphinx
ab526fa
ab526fa
License:        MIT
b575dcf
URL:            https://sphinx-sitemap.readthedocs.io/
b575dcf
VCS:            https://github.com/jdillard/sphinx-sitemap
b575dcf
Source0:        %{vcs}/archive/v%{version}/sphinx-sitemap-%{version}.tar.gz
ab526fa
ab526fa
BuildArch:      noarch
ab526fa
BuildRequires:  python3-devel
ab526fa
ab526fa
%global _description %{expand:
ab526fa
This package contains a Sphinx extension to generate multiversion and
ab526fa
multilanguage sitemaps.org-compliant sitemaps for the HTML version of
ab526fa
your Sphinx documentation.}
ab526fa
ab526fa
%description %_description
ab526fa
44391ab
%package     -n python3-sphinx-sitemap
ab526fa
Summary:        Sitemap generator for Sphinx
ab526fa
44391ab
%description -n python3-sphinx-sitemap %_description
ab526fa
ab526fa
%prep
b575dcf
%autosetup -n sphinx-sitemap-%{version}
ab526fa
de153d0
%generate_buildrequires
de153d0
%pyproject_buildrequires -t
de153d0
ab526fa
%build
ab526fa
%pyproject_wheel
ab526fa
rst2html --no-datestamp README.rst README.html
ab526fa
ab526fa
%install
ab526fa
%pyproject_install
ab526fa
%pyproject_save_files sphinx_sitemap
ab526fa
ab526fa
%check
b575dcf
%tox
ab526fa
44391ab
%files -n python3-sphinx-sitemap -f %{pyproject_files}
b47297d
%doc README.html
ab526fa
ab526fa
%changelog
c2c4c71
%autochangelog