]> git.pld-linux.org Git - packages/clamfilter.git/blob - clamfilter.spec
- initial spec
[packages/clamfilter.git] / clamfilter.spec
1 Summary:        clamfilter - a small, efficient clamav content filter for Postfix
2 Summary(pl):    clamfilter - ma³y, lecz skuteczny filtr dla Postfixa
3 Name:           clamfilter
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.ensita.net/products/clamfilter/%{name}-%{version}.tar.gz
9 # Source0-md5:  27047253d5eda132f93d276a31798e08
10 URL:            http://www.ensita.net/products/clamfilter/
11 Requires:       clamav
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This is a small, efficient clamav content filter for Postfix. What is
16 does is just a content filtering of messages passing via Postfix MTA
17 thru clamav.
18
19 %description -l pl
20 To jest ma³y, lecz efektywny filtr dla Postfixa. Jego zadaniem jest
21 jedynie filtrowanie wiadomo¶ci, które przechodza poprzez MTA przez
22 clamava.
23
24 %prep
25 %setup -q
26
27 %build
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT%{_bindir}
35 install clamfilter $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ChangeLog MANIFEST  README
43 %attr(755,root,root) %{_bindir}/*
This page took 0.05705 seconds and 3 git commands to generate.