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