SPECS: fakepop.spec - pl

qboosh qboosh at pld-linux.org
Sun Jun 25 21:33:13 CEST 2006


Author: qboosh                       Date: Sun Jun 25 19:33:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

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

---- Diffs:

================================================================
Index: SPECS/fakepop.spec
diff -u SPECS/fakepop.spec:1.1 SPECS/fakepop.spec:1.2
--- SPECS/fakepop.spec:1.1	Sat Jun 17 16:31:01 2006
+++ SPECS/fakepop.spec	Sun Jun 25 21:33:04 2006
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
-Summary:	fake pop3 daemon. delivers same messages to all users
+# TODO: optflags
+Summary:	Fake POP3 daemon, delivers same messages to all users
+Summary(pl):	Fałszywy demon POP3, dostarczający te same wiadomości do wszystkich
 Name:		fakepop
 Version:	8
 Release:	0.1
@@ -11,16 +13,27 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-fakepop is a fake pop3 daemon. It returns always the same messages to
+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.
+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.
 
+%description -l pl
+fakepop to fałszywy demon POP3. Zwraca wszystkim użytkownikom zawsze
+te same wiadomości, niezależnie od nazw użytkowników i haseł.
+Wszystkie kombinacje nazw użytkownika i haseł są przyjmowane.
+
+Głównym celem fakepop jest doradzenie użytkownikom, że serwer
+przyjmuje wyłącznie połączenia pop3-ssl, a oni mają błędnie
+skonfigurowane pop3 bez SSL. Komunikaty można zmienić w katalogu
+/etc/fakepop/, aby pouczyć użytkowników, jak powinni skonfigurować
+swoje programy pocztowe do używania pop3-ssl zamiast pop3.
+
 %prep
 %setup -q
 
@@ -35,16 +48,15 @@
 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
+%dir %{_sysconfdir}/fakepop
 %attr(755,root,root) %{_sbindir}/*
-%attr(644,root,root) %{_mandir}/man8/*
+%{_mandir}/man8/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +64,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/25 19:33:04  qboosh
+- pl
+
 Revision 1.1  2006/06/17 14:31:01  areq
 - init PLD spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fakepop.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list