File flexpop.spec of Package flexpop

Name:           flexpop
License:        GPL
Group:          Productivity/Networking/Email/Servers
Provides:       pop
Obsoletes:      pop
Version:        1.0.3
Release:        0
URL:            http://sourceforge.net/projects/flexpop/
Summary:        Fast, compact, and secure POP server that works with Maildir and NFS mounted mail spools.
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  drac drac-devel
BuildRequires:  openssl-devel
BuildRequires:  postfix-devel

%description
FlexPOP is a new POP server developed by VA Linux, which has the merit of being fast and secure. FlexPOP supports the Maildir format, thus it can be used on large-scale systems which use NFS spools. Other strong points include user authentication with LDAP, POP before SMTP support, POP lock (mutual exclusion) support when accessed concurrently, timeout setting support for POP commands, delayed response support when POP authentication errors occurred, and so on.

%prep
%setup -q
rm -rf `find . -name CVS`

%build
./configure \
                --prefix=%{_prefix} \
                --sysconfdir=%{_sysconfdir} \
                --infodir=%{_infodir} \
                --mandir=%{_mandir}

make

%install

%makeinstall

%pre

%post

%postun

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/sbin/flexpop3d
%dir /etc/flexpop3d
%config(noreplace) /etc/flexpop3d/pop.conf
%config(noreplace) /etc/flexpop3d/pophomedir.cf
%config(noreplace) /etc/flexpop3d/poppasswd.cf
%config(noreplace) /etc/flexpop3d/popuid.cf
openSUSE Build Service is sponsored by