Compare commits
3 Commits
6.4.15-1ma
...
6.4.18-1ma
Author | SHA1 | Date | |
---|---|---|---|
099067a8df | |||
5df65e2cd8 | |||
2dd5f6bda8 |
@@ -5,14 +5,14 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: fetchmail
|
||||
Version: 6.4.15
|
||||
Version: 6.4.18
|
||||
Release: 1mamba
|
||||
Summary: A mail-retrieval and forwarding utility
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://fetchmail.berlios.de/
|
||||
URL: https://fetchmail.berlios.de/
|
||||
Source: https://sourceforge.net/projects/fetchmail/files/branch_%{majver}/fetchmail-%{version}.tar.xz
|
||||
Source1: fetchmail.service
|
||||
Source2: %{name}-fetchmailrc
|
||||
@@ -27,7 +27,6 @@ BuildRequires: libpython-devel
|
||||
BuildRequires: maildrop >= 1.6.3
|
||||
Requires: python-tk >= 2.4.3
|
||||
Requires: maildrop >= 1.6.3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machine’s 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.
|
||||
@@ -53,6 +52,7 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/fetchmail.service
|
||||
install -D -m0640 %{SOURCE2} %{buildroot}%{_sysconfdir}/fetchmailrc
|
||||
install -D -m0640 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/fetchmail.conf
|
||||
install -d %{buildroot}/var/log/fetchmail/
|
||||
install -d %{buildroot}/var/lock/fetchmail/
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@@ -92,6 +92,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_bindir}/fetchmail
|
||||
%{_bindir}/fetchmailconf
|
||||
%{python_sitearch}/fetchmailconf.py*
|
||||
%attr(0750,vmail,vmail) %dir /var/lock/fetchmail
|
||||
%attr(0750,vmail,vmail) %dir /var/log/fetchmail
|
||||
%{_mandir}/man1/fetchmail.1*
|
||||
%{_mandir}/man1/fetchmailconf.1*
|
||||
@@ -99,6 +100,18 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
#NEWS README README.NTLM README.SSL TODO
|
||||
|
||||
%changelog
|
||||
* Mon Mar 29 2021 Automatic Build System <autodist@mambasoft.it> 6.4.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.17-2mamba
|
||||
- provide required dir /var/lock/fetchmail
|
||||
|
||||
* Mon Mar 08 2021 Automatic Build System <autodist@mambasoft.it> 6.4.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 6.4.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 6.4.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user