2024-01-05 16:43:21 +01:00
|
|
|
Name: python-sphinxcontrib-serializinghtml
|
2024-01-05 16:43:21 +01:00
|
|
|
Version: 1.1.5
|
2024-01-05 16:43:23 +01:00
|
|
|
Release: 4mamba
|
2024-01-05 16:43:21 +01:00
|
|
|
Summary: A sphinx extension which outputs "serialized" HTML files (json and pickle)
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:43:21 +01:00
|
|
|
URL: https://www.sphinx-doc.org/en/master/
|
2024-01-05 16:43:21 +01:00
|
|
|
Source: https://pypi.debian.net/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:43:23 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:43:21 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:43:23 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:43:21 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
2024-01-05 16:43:21 +01:00
|
|
|
%define py_requires_append \
|
|
|
|
Obsoletes: python-sphinxcontrib-serializinghtml < 1.1.5
|
2024-01-05 16:43:21 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sphinxcontrib-serializinghtml-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 16:43:21 +01:00
|
|
|
%{__python} setup.py install \
|
2024-01-05 16:43:21 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-05 16:43:21 +01:00
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
2024-01-05 16:43:21 +01:00
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:43:21 +01:00
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:43:21 +01:00
|
|
|
%dir %{python_sitearch}/sphinxcontrib_serializinghtml-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/sphinxcontrib_serializinghtml-%{version}-py*.egg-info/*
|
2024-01-05 16:43:21 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:43:23 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.1.5-4mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:43:22 +01:00
|
|
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-3mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Tue Jun 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-2mamba
|
|
|
|
- obsolete python-sphinxcontrib-serializinghtml
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-1mamba
|
|
|
|
- update to 1.1.5
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-3mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-2mamba
|
|
|
|
- fix multi python build
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Sun Mar 01 2020 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:43:21 +01:00
|
|
|
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- package created using the webbuild interface
|