|
|
776717 |
%global pypi_name sphinxcontrib-jsmath
|
|
|
776717 |
|
|
|
776717 |
# when bootstrapping sphinx, we cannot run tests yet
|
|
|
776717 |
%bcond_without check
|
|
|
776717 |
|
|
|
776717 |
Name: python-%{pypi_name}
|
|
|
776717 |
Version: 1.0.1
|
|
|
776717 |
Release: 12%{?dist}
|
|
|
776717 |
Summary: Sphinx extension for math in HTML via JavaScript
|
|
|
776717 |
License: BSD
|
|
|
776717 |
URL: http://sphinx-doc.org/
|
|
|
776717 |
Source0: %{pypi_source}
|
|
|
776717 |
BuildArch: noarch
|
|
|
776717 |
|
|
|
776717 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
776717 |
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
776717 |
|
|
|
776717 |
%if %{with check}
|
|
|
776717 |
BuildRequires: python%{python3_pkgversion}-pytest
|
|
|
776717 |
BuildRequires: python%{python3_pkgversion}-sphinx >= 1:2
|
|
|
776717 |
%endif
|
|
|
776717 |
|
|
|
776717 |
%description
|
|
|
776717 |
sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
|
|
|
776717 |
via JavaScript.
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%package -n python%{python3_pkgversion}-%{pypi_name}
|
|
|
776717 |
Summary: %{summary}
|
|
|
776717 |
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
|
|
|
776717 |
|
|
|
776717 |
%description -n python%{python3_pkgversion}-%{pypi_name}
|
|
|
776717 |
sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML
|
|
|
776717 |
via JavaScript.
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%prep
|
|
|
776717 |
%autosetup -n %{pypi_name}-%{version}
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%build
|
|
|
776717 |
%py3_build
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%install
|
|
|
776717 |
%py3_install
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%if %{with check}
|
|
|
776717 |
%check
|
|
|
776717 |
%{__python3} -m pytest
|
|
|
776717 |
%endif
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%files -n python%{python3_pkgversion}-%{pypi_name}
|
|
|
776717 |
%license LICENSE
|
|
|
776717 |
%doc README.rst
|
|
|
776717 |
%{python3_sitelib}/sphinxcontrib/
|
|
|
776717 |
%{python3_sitelib}/sphinxcontrib_jsmath-%{version}-py%{python3_version}-*.pth
|
|
|
776717 |
%{python3_sitelib}/sphinxcontrib_jsmath-%{version}-py%{python3_version}.egg-info/
|
|
|
776717 |
|
|
|
776717 |
|
|
|
776717 |
%changelog
|
|
|
776717 |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-12
|
|
|
776717 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
776717 |
Related: rhbz#1991688
|
|
|
776717 |
|
|
|
776717 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-11
|
|
|
776717 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
776717 |
|
|
|
776717 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10
|
|
|
776717 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
776717 |
|
|
|
776717 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9
|
|
|
776717 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
776717 |
|
|
|
776717 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-8
|
|
|
776717 |
- Rebuilt for Python 3.9
|
|
|
776717 |
|
|
|
776717 |
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-7
|
|
|
776717 |
- Bootstrap for Python 3.9
|
|
|
776717 |
|
|
|
776717 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
|
|
|
776717 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
776717 |
|
|
|
776717 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-5
|
|
|
776717 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
776717 |
|
|
|
776717 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-4
|
|
|
776717 |
- Rebuilt for Python 3.8
|
|
|
776717 |
|
|
|
776717 |
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-3
|
|
|
776717 |
- Bootstrap for Python 3.8
|
|
|
776717 |
|
|
|
776717 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
776717 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
776717 |
|
|
|
776717 |
* Fri Mar 01 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-1
|
|
|
776717 |
- Initial package
|