]> git.pld-linux.org Git - packages/annoyance-filter.git/blob - annoyance-filter.spec
- spaces->tabs, caps unified
[packages/annoyance-filter.git] / annoyance-filter.spec
1 Summary:        Adaptive Bayesian junk mail filter
2 Summary(pl):    Adaptacyjny bayesowski filtr niechcianej poczty
3 Name:           annoyance-filter
4 Version:        1.0b
5 Release:        1
6 License:        Public Domain
7 Group:          Applications/Mail
8 Source0:        http://www.fourmilab.ch/annoyance-filter/%{name}-%{version}.tar.gz
9 # Source0-md5:  f0910681eaa71bb71ab902d321e61e25
10 URL:            http://www.fourmilab.ch/annoyance-filter/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Adaptive Bayesian junk mail filter.
17
18 %description -l pl
19 Adaptacyjny bayesowski filtr niechcianej poczty.
20
21 %prep
22 %setup -q 
23
24 %build
25 %{__aclocal}
26 %{__autoconf}
27 CFLAGS="%{rpmcflags} -fpermissive"
28 CPPFLAGS="%{rpmcflags} -fpermissive"
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README 
44 %attr(755,root,root) %{_bindir}/*
This page took 0.055797 seconds and 3 git commands to generate.