diff --git a/python-texext.spec b/python-texext.spec new file mode 100644 index 0000000..35ab17b --- /dev/null +++ b/python-texext.spec @@ -0,0 +1,46 @@ +Name: python-texext +Version: 0.6.6 +Release: 1 +Summary: Sphinx extensions for working with LaTeX math + +License: BSD +URL: http://github.com/matthew-brett/texext +Source0: texext-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(setuptools) +BuildRequires: python3dist(six) python3dist(sphinx) python3dist(sphinxtesters) python3dist(sympy) + +%description +This package contains Sphinx extensions for working with LaTeX math. + +%package -n python3-texext +Summary: %{summary} +%{?python_provide:%python_provide python3-texext} + +Requires: python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(six) python3dist(sphinx) +Requires: python3dist(sphinxtesters) python3dist(sympy) +%description -n python3-texext +This package contains Sphinx extensions for working with LaTeX math. + +%prep +%autosetup -n texext-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-texext +%license LICENSE +%doc README.rst +%{python3_sitelib}/texext +%{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info + +%changelog +* Mon Sep 27 2021 weidong - 0.6.6-1 +- Initial package. diff --git a/texext-0.6.6.tar.gz b/texext-0.6.6.tar.gz new file mode 100644 index 0000000..d6da59a Binary files /dev/null and b/texext-0.6.6.tar.gz differ