pypolicyd-spf/pypolicyd-spf.spec

60 lines
1.9 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
Name: pypolicyd-spf
Version: 2.0.2
Release: 1mamba
Summary: A Postfix policy engine for Sender Policy Framework (SPF) checking
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/pypolicyd-spf/
Source: https://launchpad.net/pypolicyd-spf/%{majver}/%{version}/+download/pypolicyd-spf-%{version}.tar.gz
Patch0: pypolicy-spf-1.3.2-python2.patch
License: GPL, Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3dist(pyspf)
## AUTOBUILDREQ-END
Requires: python3dist(pyspf)
%description
pypolicyd-spf is a Postfix policy engine for Sender Policy Framework (SPF) checking.
It is implemented in pure Python and uses the python-spf (pyspf) module. Updated for RFC 7208.
%prep
%setup -q
#%patch0 -p1
%build
CFLAGS="%{optflags}" %{__python3} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python3} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-lib=%{python3_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/python-policyd-spf/policyd-spf.conf
%doc COPYING
%changelog
* Tue Dec 07 2021 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic version update by autodist
* Wed Mar 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
- require python-ipaddr
* Thu Dec 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba
- update to 1.3.2
- patch for use with python-ipaddress with python2
* Wed May 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
- package created using the webbuild interface