2024-01-05 16:42:17 +01:00
|
|
|
Name: python-sphinx_rtd_theme
|
2024-01-05 16:42:18 +01:00
|
|
|
Version: 1.1.0
|
2024-01-05 16:42:18 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:42:17 +01:00
|
|
|
Summary: Read the Docs Sphinx Theme
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:42:18 +01:00
|
|
|
URL: https://pypi.org/project/sphinx-rtd-theme/
|
2024-01-05 16:42:18 +01:00
|
|
|
Source: https://pypi.debian.net/sphinx-rtd-theme/sphinx_rtd_theme-%{version}.tar.gz
|
2024-01-05 16:42:17 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:42:18 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:42:17 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: python >= %python_version
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:42:17 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n sphinx_rtd_theme-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:42:17 +01:00
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:42:17 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:42:18 +01:00
|
|
|
* Wed Nov 02 2022 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Tue Sep 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
|
|
|
|
- rebuilt with py3* packages
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Wed Jan 02 2019 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Mon Jun 18 2018 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Sun May 13 2018 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 0.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:18 +01:00
|
|
|
* Fri May 29 2015 Automatic Build System <autodist@mambasoft.it> 0.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:42:17 +01:00
|
|
|
* Fri Mar 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
|
|
|
|
- package created using the webbuild interface
|