Name: qpopper Version: 4.0.2 Release: 1vsd Copyright: BSD-like Group: Networking/Daemons Url: http://www.qpopper.org Source0: ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%{name}%{version}.tar.gz Source1: pop3 Summary: POP3 daemon from Qualcomm Patch0: qpopper4.0.2-freevsd.patch Requires: pam Requires: shadow-utils %description POP3 server from QUALCOMM, with the following features: lower memory requirements, thus faster UIDL assists POP clients which "leave mail on server" in determining which messages are new. Implements some other extended POP3 commands. This is Qualcomm version 3.1b1. This packaging of qpopper is configured for shadow passwords. It supports PAM for plaintext passwords, using service name pop3. %changelog * Thu May 10 2001 Damion Parry - Applied version number changes, to upgrade to 4.0.2 * Wed May 31 2000 Nick Burrett - 3.1b1 - Hacked for FreeVSD (removed APOP and bulletins) * Sat May 20 2000 Kenneth Porter - 3.0.2. * Mon May 8 2000 Kenneth Porter - 3.0.1. * Mon Apr 17 2000 Kenneth Porter - 3.0 released! * Mon Apr 10 2000 Kenneth Porter - Build 3.0fc2. * Thu Mar 16 2000 Kenneth Porter - Build 3.0fc1. * Fri Mar 10 2000 Kenneth Porter - Build 3.0b36. - Remove AUTHFILE and replace with NONAUTHFILE (less exceptions to manage). - Place NONAUTHFILE in /etc/mail to reduce /etc clutter. - Create user pop in %post if he doesn't exist. - Revert logging to facility "mail". * Fri Mar 3 2000 Kenneth Porter - Build 3.0b35. - Add UW kludge to coexist with UW IMAP package. * Fri Feb 11 2000 Kenneth Porter - Build 3.0b34. - Add logrotate config file. - Log to local1 facility to reduce noise in sendmail's maillog file. * Fri Feb 4 2000 Kenneth Porter - Build 3.0b32. * Tue Jan 27 2000 Kenneth Porter - Build 3.0b31. * Tue Jan 26 2000 Kenneth Porter - Build 3.0b30. - Add pam config file. - Add Requires: pam. * Tue Jan 4 2000 Kenneth Porter - Build 3.0b28. - Add --with-pam flag. * Fri Dec 17 1999 Kenneth Porter - Build 3.0b26. - Added new --with-warnings to configure flags. * Thu Dec 16 1999 Kenneth Porter - Build 3.0b25. * Mon Dec 6 1999 Kenneth Porter - Build 3.0b23. - Fixed --with_popuid typo. - Remove .in from manual pages. - Added new --enable-shy option to hide version number. * Mon Nov 1 1999 Kenneth Porter - Changed version to 2.99.20 to make future update to - other betas and 3.0 easier. * Tue Oct 12 1999 Kenneth Porter - Adapted 2.53 spec file for 3.0b18 %prep %setup -q -n %{name}%{version} %patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS" ./configure \ --enable-uw-kludge \ --enable-debugging \ --with-pam \ --with-warnings \ --prefix=/usr \ --enable-specialauth \ --enable-apop=/etc/mail/pop.auth \ --with-popuid=admin \ --enable-shy make CFLAGS="$RPM_OPT_FLAGS" %clean rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/{sbin,man/man8} install -m 755 -s popper/popper $RPM_BUILD_ROOT/usr/sbin/in.qpopper install -m 755 -s popper/popauth $RPM_BUILD_ROOT/usr/sbin/popauth install -m 644 man/popauth.8 $RPM_BUILD_ROOT/usr/man/man8/popauth.8 sed -e 's#/usr/etc/popper#/usr/sbin/in.qpopper#g' < man/popper.8 > $RPM_BUILD_ROOT/usr/man/man8/in.qpopper.8 chmod 644 $RPM_BUILD_ROOT/usr/man/man8/in.qpopper.8 install -m 644 -D $RPM_SOURCE_DIR/pop3 ${RPM_BUILD_ROOT}/etc/pam.d/pop3 %post %files %defattr(-,root,root) %doc INSTALL README doc /usr/sbin/in.qpopper /usr/man/man8/in.qpopper.8 %config /etc/pam.d/pop3