Summary: An extremely capable POP3 server Name: qpopper Version: 4.0.4 Release: 1 Copyright: GPL Group: System Environment/Daemons Source0: ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper%{version}.tar.gz Source1: qpopper.init URL: http://www.qpopper.com/ Packager: Tim Jackson BuildRoot: /var/tmp/%{name}-buildroot %description Qpopper is the most widely-used server for the POP3 protocol (this allows users to access their mail using any POP3 client). Qpopper supports the latest standards, and includes a large number of optional features. Qpopper is normally used with standard UNIX mail transfer and delivery agents such as sendmail or smail. %prep %setup -n qpopper%{version} %build CFLAGS="$RPM_OPT_FLAGS" ./configure make %install mkdir -p $RPM_BUILD_ROOT/usr/sbin install -m 700 popper/popper $RPM_BUILD_ROOT/usr/sbin/qpopper mkdir -p $RPM_BUILD_ROOT/etc install -m 644 samples/qpopper.config $RPM_BUILD_ROOT/etc/qpopper.conf mkdir -p $RPM_BUILD_ROOT/usr/share/man/man8 install -m 644 man/popper.8 $RPM_BUILD_ROOT/usr/share/man/man8/qpopper.8 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc doc/ GUIDE.pdf INSTALL License.txt README /usr/sbin/qpopper /etc/qpopper.conf /usr/share/man/man8/qpopper.8.gz %changelog * Sat Apr 20 2002 Tim Jackson - updated to 4.0.4