diff --git a/README.md b/README.md index e041fa2..a06a6a4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-flufl-bounce +Email bounce detectors. + diff --git a/python-flufl-bounce.spec b/python-flufl-bounce.spec new file mode 100644 index 0000000..5627e0e --- /dev/null +++ b/python-flufl-bounce.spec @@ -0,0 +1,54 @@ +%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 +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 4.0-1mamba +- package created using the webbuild interface