automatic version update by autodist [release 6.4.19-1mamba;Wed Apr 28 2021]

This commit is contained in:
Automatic Build System 2024-01-05 22:15:01 +01:00
parent 099067a8df
commit 9fb10ab1b2

View File

@ -5,7 +5,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: fetchmail
Version: 6.4.18
Version: 6.4.19
Release: 1mamba
Summary: A mail-retrieval and forwarding utility
Group: Applications/Networking
@ -20,9 +20,7 @@ Source3: fetchmail-tmpfiles.conf
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libopenssl-devel
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRequires: maildrop >= 1.6.3
Requires: python-tk >= 2.4.3
@ -32,12 +30,15 @@ Requires: maildrop >= 1.6.3
Fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machines delivery system. You can then handle the retrieved mail using normal mail user agents such as mutt(1), elm(1) or Mail(1). The fetchmail utility can be run in a daemon mode to repeatedly poll one or more systems at a specified interval.
The fetchmail program can gather mail from servers supporting any of the common mail-retrieval protocols: POP2 (legacy, to be removed from future release), POP3, IMAP2bis, IMAP4, and IMAP4rev1. It can also use the ESMTP ETRN extension and ODMR. (The RFCs describing all these protocols are listed at the end of this manual page.)
%debug_package
%prep
%setup -q
%build
%configure \
--with-ssl
--with-ssl \
PYTHON=%{__python3}
%make
#sed -i "s|/lib/python.*/site-packages|/lib/site-python|" fetchmailconf
@ -45,8 +46,8 @@ The fetchmail program can gather mail from servers supporting any of the common
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \
pythondir=%{python_sitearch} \
pyexecdir=%{python_sitelib}
pythondir=%{python3_sitearch} \
pyexecdir=%{python3_sitelib}
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/fetchmail.service
install -D -m0640 %{SOURCE2} %{buildroot}%{_sysconfdir}/fetchmailrc
@ -91,7 +92,8 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_tmpfilesdir}/fetchmail.conf
%{_bindir}/fetchmail
%{_bindir}/fetchmailconf
%{python_sitearch}/fetchmailconf.py*
%{python3_sitearch}/fetchmailconf.py*
%{python3_sitearch}/__pycache__/fetchmailconf.cpython*.py*
%attr(0750,vmail,vmail) %dir /var/lock/fetchmail
%attr(0750,vmail,vmail) %dir /var/log/fetchmail
%{_mandir}/man1/fetchmail.1*
@ -100,6 +102,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#NEWS README README.NTLM README.SSL TODO
%changelog
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 6.4.19-1mamba
- automatic version update by autodist
* Mon Mar 29 2021 Automatic Build System <autodist@mambasoft.it> 6.4.18-1mamba
- automatic version update by autodist