123 Star 0 Fork 12

src-openEuler / fetchmail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fetchmail.spec 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
Name: fetchmail
Version: 6.4.22
Release: 1
Summary: A mail-retrieval daemon
License: GPL+ and Public Domain
URL: http://www.fetchmail.info/
Source0: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz
Source1: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz.asc
Source2: fetchmail.service
Source3: fetchmailrc.example
BuildRequires: gcc gettext-devel hesiod-devel krb5-devel openssl-devel
BuildRequires: python-unversioned-command systemd
%description
Fetchmail is a mail retrieval daemon that can download messages from
POP3, IMAP, ODMR and ETRN-based stores, with SSL/TLS security including
certificate verification, and pass downloaded mail to a local SMTP or
LMTP server, or a message delivery agent such as maildrop.
%package help
Summary: Man files for fetchmail
Requires: man
BuildArch: noarch
%description help
This contains man files for the using of fetchmail.
%prep
%autosetup -p1
%build
%configure \
--enable-IMAP --enable-POP3 \
--enable-ETRN --enable-NTLM \
--enable-RPA --enable-SDPS \
--enable-nls \
--with-hesiod --with-kerberos5 \
--with-gssapi --with-ssl \
--enable-fallback=no
make
%install
%make_install
install -Dp -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/fetchmail.service
install -Dp -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/fetchmailrc.example
%find_lang fetchmail
%files -f fetchmail.lang
%license COPYING
%doc FAQ FEATURES NEWS NOTES README README.SSL
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
%{_bindir}/*
%{_unitdir}/*
%exclude %{_bindir}/fetchmailconf*
%exclude %{python_sitelib}/fetchmailconf.py*
%files help
%{_mandir}/man1/*
%exclude %{_mandir}/man1/fetchmailconf.1*
%changelog
* Tue Sep 14 2021 yaoxin <yaoxin30@huawei.com> - 6.4.22-1
- Update to 6.4.22 for fix CVE-2021-39272
* Wed Aug 11 2021 houyingchao <houyingchao@huawei.com> - 6.4.20-1
- Update from 6.3.26 to 6.4.20
* Tue Sep 8 2020 baizhonggui <baizhonggui@huawei.com> - 6.3.26-24
- Modify Source0 and Source1.
* Thu Nov 28 2019 huyan <hu.huyan@huawei.com> - 6.3.26-23
- Package Initialization
1
https://gitee.com/src-openeuler/fetchmail.git
git@gitee.com:src-openeuler/fetchmail.git
src-openeuler
fetchmail
fetchmail
openEuler-20.03-LTS

搜索帮助