automatic version update by autodist [release 3.5.1-1mamba;Sat Nov 11 2023]
This commit is contained in:
parent
f0535b192f
commit
0883d022e9
@ -1,6 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-Markdown
|
||||
Version: 3.4.1
|
||||
Release: 2mamba
|
||||
Version: 3.5.1
|
||||
Release: 1mamba
|
||||
Summary: a Python implementation of John Gruber’s Markdown
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,7 +12,6 @@ Source: https://pypi.debian.net/Markdown/Markdown-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
@ -26,30 +26,31 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%setup -q -n Markdown-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{python_inc} \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
mv %{buildroot}%{_bindir}/markdown_py{,%{?pyappend}}
|
||||
sed -i "s|%{_bindir}/markdown_py|%{_bindir}/markdown_py%{?pyappend}|" %{name}.filelist
|
||||
%if "%{?with_pyver}" != "3"
|
||||
# Rename any conflicting file outside of python site packages tree
|
||||
for f in %{_bindir}/markdown_py; do
|
||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
done
|
||||
%endif
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/Markdown-%{version}-py*.egg-info
|
||||
%{python_sitearch}/Markdown-%{version}-py*.egg-info/*
|
||||
%{_bindir}/markdown_py*
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/markdown
|
||||
%{python_sitelib}/markdown/*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 11 2023 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.4.1-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user