]> git.pld-linux.org Git - packages/anomy-sanitizer.git/blob - anomy-sanitizer.spec
4ea4c45e796fd29eda3f28228100e458c13cdf9c
[packages/anomy-sanitizer.git] / anomy-sanitizer.spec
1 Summary:        Anomy Sanitizer
2 Name:           anomy-sanitizer
3 Version:        1.54
4 Release:        1
5 License:        GPL
6 Group:          Applications/Mail
7 Source0:        http://mailtools.anomy.net/dist/%{name}-%{version}.tar.gz
8 # Source0-md5:  977b20b2ecf47622b05f1933fad18a41
9 URL:            http://mailtools.anomy.net/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Anomy sanitizer is what most people would call "an email virus
15 scanner". That description is not totally accurate, but it does cover
16 one of the more important jobs that the sanitizer can do for you - it
17 can scan email attachments for viruses.
18
19 Other things it can do:
20 - Disable potentially dangerous HTML code, such as javascript, within
21   incoming email.
22 - Protect you from email-based break-in attempts which exploit bugs in
23   common email programs (Outlook, Eudora, Pine, ...).
24 - Block or "mangle" attachments based on their file names. This way if
25   you don't need to recieve e.g. visual basic scripts, then you don't
26   have to worry about the security risk they imply (the ILOVEYOU virus
27   was a visual basic program). This lets you protect yourself and your
28   users from whole classes of attacks, without relying on complex,
29   resource intensive and outdated virus scanning solutions.
30
31 %prep
32 %setup -q -n anomy
33
34 %build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{perl_vendorlib}
39 cp -a bin/Anomy $RPM_BUILD_ROOT%{perl_vendorlib}/Anomy
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc CHANGELOG.sanitizer CREDITS README.sanitizer sanitizer.html
47 %{perl_vendorlib}/Anomy
This page took 0.060489 seconds and 2 git commands to generate.