python-flufl-bounce/python-flufl-bounce.spec

55 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

%define pkgname flufl.bounce
Name: python-flufl-bounce
Version: 4.0
Release: 1mamba
Summary: Email bounce detectors
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://fluflbounce.readthedocs.io/en/latest/
Source: https://pypi.debian.net/flufl.bounce/flufl.bounce-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(atpublic)
BuildRequires: python3.11dist(zope.interface)
## AUTOBUILDREQ-END
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n flufl.bounce-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%{python_sitelib}/%{pkgname}-%{version}-py*-nspkg.pth
%dir %{python_sitelib}/flufl/bounce
%{python_sitelib}/flufl/bounce/*
%doc LICENSE
%changelog
* Mon Dec 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
- package created using the webbuild interface