]> git.pld-linux.org Git - packages/annoyance-filter.git/blob - annoyance-filter.spec
b03f4e1858ec4b5c3f37e2622431d79814ef5fdf
[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.065623 seconds and 2 git commands to generate.