rebuilt with distdeps [release 1.0.1-3mamba;Sat Apr 17 2021]
This commit is contained in:
parent
5a74cf413c
commit
571cf33a9b
@ -1,18 +1,17 @@
|
||||
Name: python-sphinxcontrib-jsmath
|
||||
Version: 1.0.1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A sphinx extension which renders display math in HTML via JavaScript
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sphinx.pocoo.org/
|
||||
URL: https://sphinx.pocoo.org/
|
||||
Source: https://pypi.debian.net/sphinxcontrib-jsmath/sphinxcontrib-jsmath-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/sphinxcontrib_jsmath-%{version}-py*.egg-info
|
||||
%{python_sitearch}/sphinxcontrib_jsmath-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Apr 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-3mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||
- fix pyver support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user