rebuilt with py3* packages [release 0.4.3-2mamba;Tue Apr 28 2020]
This commit is contained in:
parent
375589043c
commit
8b6f16f44b
@ -1,13 +1,13 @@
|
|||||||
Name: python-sphinx_rtd_theme
|
Name: python-sphinx_rtd_theme
|
||||||
Version: 0.4.3
|
Version: 0.4.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Read the Docs Sphinx Theme
|
Summary: Read the Docs Sphinx Theme
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.python.org/pypi/sphinx_rtd_theme
|
URL: https://pypi.python.org/pypi/sphinx_rtd_theme
|
||||||
Source: https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
|
Source: https://pypi.debian.net/sphinx-rtd-theme/sphinx_rtd_theme-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sphinx_rtd_theme-%{version}
|
%setup -q -n sphinx_rtd_theme-%{version}
|
||||||
|
|
||||||
@ -35,16 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
|
||||||
# %{python_sitearch}/%{name}.py*
|
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
|
||||||
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user