]> git.pld-linux.org Git - packages/annoyance-filter.git/blame - annoyance-filter.spec
- cleanups
[packages/annoyance-filter.git] / annoyance-filter.spec
CommitLineData
419b2652 1Summary: Adaptive Bayesian Junk Mail Filter
6119a229 2Summary(pl): Adaptacyjny bayesowski filtr niechcianej poczty
419b2652 3Name: annoyance-filter
4Version: 1.0b
5Release: 1
6119a229 6License: Public Domain
419b2652 7Group: Applications/Mail
8Source0: http://www.fourmilab.ch/annoyance-filter/%{name}-%{version}.tar.gz
9# Source0-md5: f0910681eaa71bb71ab902d321e61e25
10URL: http://www.fourmilab.ch/annoyance-filter/
6119a229
JB
11BuildRequires: autoconf
12BuildRequires: automake
419b2652 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
6119a229
JB
16Adaptive Bayesian Junk Mail Filter.
17
419b2652 18%description -l pl
6119a229 19Adaptacyjny bayesowski filtr niechcianej poczty.
419b2652 20
21%prep
22%setup -q
23
419b2652 24%build
419b2652 25%{__aclocal}
26%{__autoconf}
6119a229
JB
27CFLAGS="%{rpmcflags} -fpermissive"
28CPPFLAGS="%{rpmcflags} -fpermissive"
419b2652 29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -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.384758 seconds and 4 git commands to generate.