Summary: mpop retrieves mails from POP3 mailboxes Name: mpop Version: 0.6.3 Release: 0.1 License: GPL v2 Group: Applications/Mail Source0: http://dl.sourceforge.net/mpop/%{name}-%{version}.tar.bz2 # Source0-md5: e0cd8d531c0711fec71897da391e8170 URL: http://mpop.sourceforge.net/ BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description mpop is a small, fast, and portable POP3 client. Its features include header-based email filtering (filter junk mail before downloading it), delivery to mbox files, maildir folders, or a mail delivery agent, a very fast POP3 implementation, many authentication methods, and good support for TLS/SSL. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO doc/{mpop.html,mpoprc.example} %attr(755,root,root) %{_bindir}/* %{_infodir}/*.info* %{_mandir}/man1/*