]> git.pld-linux.org Git - packages/ask.git/blob - ask.spec
62b58bf2579e15e0a09706c385515b6e113a5d83
[packages/ask.git] / ask.spec
1 Summary:        Active Spam Killer
2 Summary(pl):    Aktywny zabójca niechcianej poczty reklamowej
3 Name:           ask
4 Version:        2.5.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://dl.sourceforge.net/sourceforge/a-s-k/%{name}-%{version}.tar.gz
9 # Source0-md5:  491ce48168d70365d7480a6d3c28f87d
10 URL:            http://www.paganini.net/ask/
11 Requires:       python
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Active Spam Killer (ASK) protects your email account against spam by
16 confirming the sender's email address before actual delivery takes
17 place. The confirmation happens by means of a "confirmation message"
18 that is automatically sent to all "unknown" users. Once the sender
19 replies to that message (a simple reply will do), future emails from
20 that person will be delivered immediately. You can also specify
21 (regexp) addresses to be immediately accepted, rejected (with a
22 nastygram) or ignored. The package also includes a utility to scan
23 your old mailboxes and generate a list of emails to be accepted
24 automatically.
25
26 %description -l pl
27 Active Spam Killer (ASK) zabezpiecza skrzynkê pocztow± przed
28 niechcian± poczt± reklamow± poprzez potwierdzanie adresu nadawcy przed
29 w³a¶ciwym dostarczeniem poczty. Potwierdzenie zachodzi poprzez
30 "wiadomo¶æ potwierdzaj±c±", która jest wysy³ana automatycznie do
31 wszystkich nieznanych u¿ytkowników. Kiedy nadawca odpowie na t±
32 wiadomo¶æ (zwyk³a odpowied¼ wystarczy), nastêpne listy od tej osoby
33 bêd± dostarczane natychmiast. Mo¿na tak¿e podaæ (poprzez wyra¿enie
34 regularne) adresy, które maj± byæ od razu akceptowane, odrzucane (ze
35 stosown± odpowiedzi±) lub ignorowane. Pakiet zawiera tak¿e narzêdzie
36 do przeszukiwania starych skrzynek i generowania listy adresów do
37 automatycznego akceptowania.
38
39 %prep
40 %setup -q
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45 install -d $RPM_BUILD_ROOT{%{_datadir}/ask/samples,%{_datadir}/ask/templates}
46 install -d $RPM_BUILD_ROOT%{_mandir}/man1
47 install -d $RPM_BUILD_ROOT%{_libdir}/ask
48
49 install askfilter asksetup askversion.py utils/asksenders $RPM_BUILD_ROOT%{_bindir}
50 install askconfig.py asklock.py asklog.py askmail.py $RPM_BUILD_ROOT%{_libdir}/ask
51 install askmain.py askmessage.py askremote.py $RPM_BUILD_ROOT%{_libdir}/ask
52 install templates/* $RPM_BUILD_ROOT%{_datadir}/ask/templates
53 install docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc ChangeLog docs/ask_doc*
61 %attr(755,root,root) %{_bindir}/*
62 %{_libdir}/ask
63 %{_datadir}/ask
64 %{_mandir}/man1/*.1*
This page took 0.057603 seconds and 2 git commands to generate.