]> git.pld-linux.org Git - packages/annoyance-filter.git/blame - annoyance-filter.spec
- needs fixing. it works now in $HOME and is integrated that way with
[packages/annoyance-filter.git] / annoyance-filter.spec
CommitLineData
419b2652 1Summary: Adaptive Bayesian Junk Mail Filter
2Name: annoyance-filter
3Version: 1.0b
4Release: 1
5License: - (enter GPL/LGPL/BSD/BSD-like/other license name here)
6Group: Applications/Mail
7Source0: http://www.fourmilab.ch/annoyance-filter/%{name}-%{version}.tar.gz
8# Source0-md5: f0910681eaa71bb71ab902d321e61e25
9URL: http://www.fourmilab.ch/annoyance-filter/
10#BuildRequires: -
11#PreReq: -
12#Requires(pre,post): -
13#Requires(preun): -
14#Requires(postun): -
15#Requires: -
16#Provides: -
17#Obsoletes: -
18#Conflicts: -
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22z
23%description -l pl
24z
25
26%prep
27%setup -q
28
29
30%build
31
32export CFLAGS="%{rpmcflags} -fpermissive"
33export CPPFLAGS="%{rpmcflags} -fpermissive"
34%{__aclocal}
35%{__autoconf}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc README
51%attr(755,root,root) %{_bindir}/*
This page took 0.06517 seconds and 4 git commands to generate.