rebuilt with python 3.10 [release 0.7.1-2mamba;Sun May 14 2023]
This commit is contained in:
parent
1090b562a0
commit
8194d9d229
@ -1,6 +1,8 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
|
|
||||||
Name: python-recommonmark
|
Name: python-recommonmark
|
||||||
Version: 0.7.1
|
Version: 0.7.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A 'docutils'-compatibility bridge to [CommonMark][cm]
|
Summary: A 'docutils'-compatibility bridge to [CommonMark][cm]
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,12 +12,8 @@ URL: https://pypi.org/project/recommonmark/
|
|||||||
Source: https://pypi.debian.net/recommonmark/recommonmark-%{version}.tar.gz
|
Source: https://pypi.debian.net/recommonmark/recommonmark-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 python-recommonmark' to get the list of build requirements.
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
Requires: python-commonmark%{?pyappend:-%pyappend}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -39,7 +37,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
for f in cm2html cm2latex cm2man cm2pseudoxml cm2xetex cm2xml; do
|
for f in cm2html cm2latex cm2man cm2pseudoxml cm2xetex cm2xml; do
|
||||||
@ -50,8 +48,13 @@ done
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user