]> git.pld-linux.org Git - packages/ask.git/blame_incremental - ask.spec
- tabs in preamble
[packages/ask.git] / ask.spec
... / ...
CommitLineData
1Summary: Active Spam Killer
2Summary(pl.UTF-8): Aktywny zabójca niechcianej poczty reklamowej
3Name: ask
4Version: 2.5.3
5Release: 1
6License: GPL
7Group: Applications/Mail
8Source0: http://dl.sourceforge.net/sourceforge/a-s-k/%{name}-%{version}.tar.gz
9# Source0-md5: 491ce48168d70365d7480a6d3c28f87d
10URL: http://www.paganini.net/ask/
11Requires: python
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
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
37automatycznego akceptowania.
38
39%prep
40%setup -q
41
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
49install askfilter asksetup askversion.py utils/asksenders $RPM_BUILD_ROOT%{_bindir}
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
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)
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.083487 seconds and 4 git commands to generate.