]> git.pld-linux.org Git - packages/ask.git/blob - ask.spec
- New in PLD. Welcome back as serek...
[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.4.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 # Source0-md5:  91de4625710755e76d7f44e32d5fd763
9 Source0:        http://unc.dl.sourceforge.net/sourceforge/a-s-k/%{name}-%{version}.tar.gz
10 Requires:       python
11 URL:            http://www.paganini.net/ask/
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 twoj± skrzynkê pocztow± przed
28 niechcian± poczt± reklamow±.
29
30 %prep
31 %setup -q
32
33 %build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38 install -d $RPM_BUILD_ROOT{%{_datadir}/ask/samples,%{_datadir}/ask/templates}
39 install -d $RPM_BUILD_ROOT%{_mandir}/man1
40 install -d $RPM_BUILD_ROOT%{_libdir}/ask
41
42 install ask.py asksetup.py askversion.py utils/asksenders.py $RPM_BUILD_ROOT%{_bindir}
43 install askconfig.py asklock.py asklog.py askmail.py $RPM_BUILD_ROOT%{_libdir}/ask
44 install askmain.py askmessage.py askremote.py $RPM_BUILD_ROOT%{_libdir}/ask
45 install samples/* $RPM_BUILD_ROOT%{_datadir}/ask/samples
46 install templates/* $RPM_BUILD_ROOT%{_datadir}/ask/templates
47 install docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %attr(644,root,root) %{_datadir}/*
56 %attr(644,root,root) %{_libdir}/*
57 %doc docs/ask_doc*
This page took 0.082694 seconds and 4 git commands to generate.