From 32e9942e7f35a46f86c6ea6ac05b4ba991da8ad4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 08:08:55 -0400 Subject: [PATCH] import python-sphinxcontrib-websupport-1.0.1-10.20180316git.el8 --- .gitignore | 1 + .python-sphinxcontrib-websupport.metadata | 1 + SPECS/python-sphinxcontrib-websupport.spec | 91 ++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 .gitignore create mode 100644 .python-sphinxcontrib-websupport.metadata create mode 100644 SPECS/python-sphinxcontrib-websupport.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..749346c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz diff --git a/.python-sphinxcontrib-websupport.metadata b/.python-sphinxcontrib-websupport.metadata new file mode 100644 index 0000000..c6601cc --- /dev/null +++ b/.python-sphinxcontrib-websupport.metadata @@ -0,0 +1 @@ +561298109115d420144bad09226f6c2de7d2c969 SOURCES/ebe84efc1a869da8d5689c706cdcf6ea864f0d9b.tar.gz diff --git a/SPECS/python-sphinxcontrib-websupport.spec b/SPECS/python-sphinxcontrib-websupport.spec new file mode 100644 index 0000000..4aad0c7 --- /dev/null +++ b/SPECS/python-sphinxcontrib-websupport.spec @@ -0,0 +1,91 @@ +%global commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b +%global pypi_name sphinxcontrib-websupport + +Name: python-%{pypi_name} +Version: 1.0.1 +Release: 10.20180316git%{?dist} +Summary: Sphinx API for Web Apps + +License: BSD +URL: http://sphinx-doc.org/ +Source0: https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/%{commit}.tar.gz +BuildArch: noarch + +%description +sphinxcontrib-websupport provides a Python API to easily integrate Sphinx +documentation into your Web application. + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} +BuildRequires: python3-devel +BuildRequires: python3-docutils +BuildRequires: python3-setuptools +BuildRequires: python3-jinja2 +BuildRequires: python3-mock +BuildRequires: python3-pytest +BuildRequires: python3-six +BuildRequires: python3-sphinx +BuildRequires: python3-sqlalchemy +BuildRequires: python3-whoosh +Requires: python3-docutils +Requires: python3-jinja2 +Requires: python3-six +Requires: python3-sphinx +Requires: python3-sqlalchemy +Requires: python3-whoosh + +%description -n python3-%{pypi_name} +sphinxcontrib-websupport provides a Python API to easily integrate Sphinx +documentation into your Web application. + +%prep +%autosetup -n %{pypi_name}-%{commit} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=. py.test-3 tests/ + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.rst +%{python3_sitelib}/sphinxcontrib/websupport +%{python3_sitelib}/sphinxcontrib_websupport-*.pth +%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info + +%changelog +* Wed Jun 13 2018 Miro Hrončok - 1.0.1-10.20180316git +- Do not BR xapian, it is not needed + +* Wed Jun 13 2018 Miro Hrončok - 1.0.1-9.20180316git +- Remove python2 subpackage (bz#1567315) + +* Wed May 16 2018 Javier Peña - 1.0.1-8.20180316git +- Update to commit ebe84efc1a869da8d5689c706cdcf6ea864f0d9b +- Fix build with Sphinx 1.7 (bz#1578132) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.1-6.20171013git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Dec 18 2017 Javier Peña - 1.0.1-5.20171013git +- Fixed Source0 URL (bz#1526646) + +* Fri Oct 13 2017 Javier Peña - 1.0.1-4.20171013git +- Updated to latest git commit to fix build in Rawhide + +* Wed Oct 11 2017 Troy Dawson - 1.0.1-3 +- Cleanup spec file conditionals + +* Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jun 30 2017 Javier Peña - 1.0.1-1 +- Initial package. +