rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.0.14-2mamba;Fri Sep 29 2023]
This commit is contained in:
parent
715f5421db
commit
5abaa302c3
11
pyspf.spec
11
pyspf.spec
@ -1,6 +1,7 @@
|
|||||||
|
%define pkgname pyspf
|
||||||
Name: pyspf
|
Name: pyspf
|
||||||
Version: 2.0.14
|
Version: 2.0.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: SPF (Sender Policy Framework) implemented in Python.
|
Summary: SPF (Sender Policy Framework) implemented in Python.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +11,10 @@ URL: https://github.com/sdgathman/pyspf/
|
|||||||
Source: https://pypi.debian.net/pyspf/pyspf-%{version}.tar.gz
|
Source: https://pypi.debian.net/pyspf/pyspf-%{version}.tar.gz
|
||||||
License: Python Software Foundation License
|
License: Python Software Foundation License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3dist(py3dns)
|
BuildRequires: python3dist(py3dns)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -42,8 +44,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%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
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 2.0.14-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Tue Dec 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.14-1mamba
|
* Tue Dec 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.14-1mamba
|
||||||
- update to 2.0.14
|
- update to 2.0.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user