Blame python-sphinxcontrib-jsmath.spec

d804713
%global pypi_name sphinxcontrib-jsmath
d804713
d804713
# when bootstrapping sphinx, we cannot run tests yet
2e85108
%bcond_without check
d804713
d804713
Name:           python-%{pypi_name}
d804713
Version:        1.0.1
50031f1
Release:        2%{?dist}
d804713
Summary:        Sphinx extension for math in HTML via JavaScript
d804713
License:        BSD
d804713
URL:            http://sphinx-doc.org/
d804713
Source0:        %{pypi_source}
d804713
BuildArch:      noarch
d804713
d804713
BuildRequires:  python3-devel
d804713
BuildRequires:  python3-setuptools
d804713
d804713
%if %{with check}
d804713
BuildRequires:  python3-pytest
d804713
BuildRequires:  python3-sphinx >= 1:2
d804713
%endif
d804713
d804713
%description
d804713
sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
d804713
via JavaScript.
d804713
d804713
d804713
%package -n     python3-%{pypi_name}
d804713
Summary:        %{summary}
d804713
%{?python_provide:%python_provide python3-%{pypi_name}}
d804713
d804713
%description -n python3-%{pypi_name}
d804713
sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
d804713
via JavaScript.
d804713
d804713
d804713
%prep
d804713
%autosetup -n %{pypi_name}-%{version}
d804713
d804713
d804713
%build
d804713
%py3_build
d804713
d804713
d804713
%install
d804713
%py3_install
d804713
d804713
d804713
%if %{with check}
d804713
%check
d804713
%{__python3} -m pytest
d804713
%endif
d804713
d804713
d804713
%files -n python3-%{pypi_name}
d804713
%license LICENSE
d804713
%doc README.rst
d804713
%{python3_sitelib}/sphinxcontrib/
d804713
%{python3_sitelib}/sphinxcontrib_jsmath-%{version}-py%{python3_version}-*.pth
d804713
%{python3_sitelib}/sphinxcontrib_jsmath-%{version}-py%{python3_version}.egg-info/
d804713
d804713
d804713
%changelog
50031f1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
50031f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
50031f1
d804713
* Fri Mar 01 2019 Miro HronĨok <mhroncok@redhat.com> - 1.0.1-1
d804713
- Initial package