]> git.pld-linux.org Git - packages/bogofilter.git/blame - bogofilter.spec
- descriptions from summaries
[packages/bogofilter.git] / bogofilter.spec
CommitLineData
0d4db366 1Summary: Bayesian Spam Filter
0278a6c6 2Summary(pl): Bayesowski Filtr Antyspamowy
0d4db366 3Name: bogofilter
4Version: 0.7
5Release: 0.1
6License: GPL
7Group: Applications/Mail
8Vendor: Eric Raymond <esr@thyrsus.com>
9Source0: http://www.tuxedo.org/~esr/bogofilter/%{name}-%{version}.tar.gz
10URL: http://www.tuxedo.org/~esr/bogofilter/
11BuildRequires: judy-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
0278a6c6 15Bayesian Spam Filter.
0d4db366 16
17%description -l pl
0278a6c6 18Bayesowski Filtr Antyspamowy.
0d4db366 19
20%prep
21%setup -q
22
23%build
24aclocal
25%{__autoconf}
26autoheader
27%{__automake}
28%configure
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT
34
35%{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README ChangeLog
43%attr(755,root,root) %{_bindir}/*
44%{_datadir}/%{name}
This page took 0.117856 seconds and 4 git commands to generate.