From 2272ea39524bc89e7e2238560e2dec31070b2610 Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sun, 29 May 2005 22:39:27 +0000 Subject: [PATCH] - new Changed files: mpop.spec -> 1.1 --- mpop.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 mpop.spec diff --git a/mpop.spec b/mpop.spec new file mode 100644 index 0000000..9d1e5ab --- /dev/null +++ b/mpop.spec @@ -0,0 +1,41 @@ +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/* -- 2.44.0