]> git.pld-linux.org Git - packages/fakepop.git/blame - fakepop.spec
- P: pop3daemon (without Obsoletes)
[packages/fakepop.git] / fakepop.spec
CommitLineData
9cec3882 1Summary: Fake POP3 daemon, delivers same messages to all users
623c910c 2Summary(pl.UTF-8): Fałszywy demon POP3, dostarczający te same wiadomości do wszystkich
87654811 3Name: fakepop
4Version: 8
5Release: 0.1
6License: GPL
1e20237c 7Group: Networking/Daemons/POP3
87654811 8Source0: http://vztech.com.br/public/software/fakepop/%{name}-src-%{version}.tar.gz
9# Source0-md5: 9872ab86c626e44486ffd6016176713c
10URL: http://vztech.com.br/public/software/fakepop/
b94cbdb0
JB
11BuildRequires: glib2-devel >= 2.0
12BuildRequires: pkgconfig
5025d719 13Provides: pop3daemon
87654811 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
9cec3882 17fakepop is a fake POP3 daemon. It returns always the same messages to
87654811 18all users, it does not care about usernames and passwords. All
19user/pass combinations are accepted.
20
21The main purpose of fakepop is to advice users that your server only
9cec3882 22accepts pop3-ssl and they have wrongly configured pop3 without SSL.
87654811 23You can customize messages in /etc/fakepop/ directory to teach your
24users how they should configure their mail clients to use pop3-ssl
25instead of pop3.
26
9c2adda8
JR
27%description -l pl.UTF-8
28fakepop to fałszywy demon POP3. Zwraca wszystkim użytkownikom zawsze
29te same wiadomości, niezależnie od nazw użytkowników i haseł.
30Wszystkie kombinacje nazw użytkownika i haseł są przyjmowane.
9cec3882 31
9c2adda8
JR
32Głównym celem fakepop jest doradzenie użytkownikom, że serwer
33przyjmuje wyłącznie połączenia pop3-ssl, a oni mają błędnie
34skonfigurowane pop3 bez SSL. Komunikaty można zmienić w katalogu
35/etc/fakepop/, aby pouczyć użytkowników, jak powinni skonfigurować
36swoje programy pocztowe do używania pop3-ssl zamiast pop3.
9cec3882 37
87654811 38%prep
39%setup -q
40
41%build
42%{__make} \
39685293
AG
43 CC="%{__cc}" \
44 CFLAGS="%{rpmcflags} -D_GNU_SOURCE `pkg-config --cflags glib-2.0`"
87654811 45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49install -d $RPM_BUILD_ROOT%{_sysconfdir}/fakepop
50install -D fakepop $RPM_BUILD_ROOT%{_sbindir}/in.fakepop
51install -D in.fakepop.8 $RPM_BUILD_ROOT%{_mandir}/man8/in.fakepop
52
87654811 53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc README.*
9cec3882 59%dir %{_sysconfdir}/fakepop
87654811 60%attr(755,root,root) %{_sbindir}/*
9cec3882 61%{_mandir}/man8/*
This page took 0.054253 seconds and 4 git commands to generate.