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