SPECS: fakepop.spec (NEW) - init PLD spec

areq areq at pld-linux.org
Sat Jun 17 16:31:06 CEST 2006


Author: areq                         Date: Sat Jun 17 14:31:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD spec

---- Files affected:
SPECS:
   fakepop.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fakepop.spec
diff -u /dev/null SPECS/fakepop.spec:1.1
--- /dev/null	Sat Jun 17 16:31:06 2006
+++ SPECS/fakepop.spec	Sat Jun 17 16:31:01 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	fake pop3 daemon. delivers same messages to all users
+Name:		fakepop
+Version:	8
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://vztech.com.br/public/software/fakepop/%{name}-src-%{version}.tar.gz
+# Source0-md5:	9872ab86c626e44486ffd6016176713c
+URL:		http://vztech.com.br/public/software/fakepop/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fakepop is a fake pop3 daemon. It returns always the same messages to
+all users, it does not care about usernames and passwords. All
+user/pass combinations are accepted.
+
+The main purpose of fakepop is to advice users that your server only
+accepts pop3-ssl and they have wrongly configured pop3 without ssl.
+You can customize messages in /etc/fakepop/ directory to teach your
+users how they should configure their mail clients to use pop3-ssl
+instead of pop3.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/fakepop
+install -D fakepop      $RPM_BUILD_ROOT%{_sbindir}/in.fakepop
+install -D in.fakepop.8 $RPM_BUILD_ROOT%{_mandir}/man8/in.fakepop
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.*
+%{_sysconfdir}/fakepop
+%attr(755,root,root) %{_sbindir}/*
+%attr(644,root,root) %{_mandir}/man8/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/17 14:31:01  areq
+- init PLD spec
+
================================================================


More information about the pld-cvs-commit mailing list