]> git.pld-linux.org Git - packages/ask.git/commitdiff
- New in PLD. Welcome back as serek...
authorserek <serek@pld-linux.org>
Tue, 27 May 2003 23:33:08 +0000 (23:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ask.spec -> 1.1

ask.spec [new file with mode: 0644]

diff --git a/ask.spec b/ask.spec
new file mode 100644 (file)
index 0000000..0e6755c
--- /dev/null
+++ b/ask.spec
@@ -0,0 +1,57 @@
+Summary:       Active Spam Killer
+Summary(pl):   Aktywny zabójca niechcianej poczty reklamowej
+Name:          ask
+Version:       2.4.1
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+# Source0-md5: 91de4625710755e76d7f44e32d5fd763
+Source0:       http://unc.dl.sourceforge.net/sourceforge/a-s-k/%{name}-%{version}.tar.gz
+Requires:      python
+URL:           http://www.paganini.net/ask/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Active Spam Killer (ASK) protects your email account against spam by
+confirming the sender's email address before actual delivery takes
+place. The confirmation happens by means of a "confirmation message"
+that is automatically sent to all "unknown" users. Once the sender
+replies to that message (a simple reply will do), future emails from
+that person will be delivered immediately. You can also specify
+(regexp) addresses to be immediately accepted, rejected (with a
+nastygram) or ignored. The package also includes a utility to scan
+your old mailboxes and generate a list of emails to be accepted
+automatically.
+
+%description -l pl
+Active Spam Killer (ASK) zabezpiecza twoj± skrzynkê pocztow± przed
+niechcian± poczt± reklamow±.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_datadir}/ask/samples,%{_datadir}/ask/templates}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_libdir}/ask
+
+install ask.py asksetup.py askversion.py utils/asksenders.py $RPM_BUILD_ROOT%{_bindir}
+install askconfig.py asklock.py asklog.py askmail.py $RPM_BUILD_ROOT%{_libdir}/ask
+install askmain.py askmessage.py askremote.py $RPM_BUILD_ROOT%{_libdir}/ask
+install samples/* $RPM_BUILD_ROOT%{_datadir}/ask/samples
+install templates/* $RPM_BUILD_ROOT%{_datadir}/ask/templates
+install docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(644,root,root) %{_datadir}/*
+%attr(644,root,root) %{_libdir}/*
+%doc docs/ask_doc*
This page took 0.083773 seconds and 4 git commands to generate.