]> git.pld-linux.org Git - packages/anomy-sanitizer.git/blob - anomy-sanitizer.spec
- 1.76 tarball
[packages/anomy-sanitizer.git] / anomy-sanitizer.spec
1 Summary:        Anomy Sanitizer
2 Name:           anomy-sanitizer
3 Version:        1.76
4 Release:        1
5 License:        GPL
6 Group:          Applications/Mail
7 Source0:        http://mailtools.anomy.net/dist/%{name}-%{version}.tar.gz
8 # Source0-md5:  1f53b7da3cc4f3d78631546335ff9dcd
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 -qc
33 mv anomy/* .
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{perl_vendorlib}
38 cp -a bin/Anomy $RPM_BUILD_ROOT%{perl_vendorlib}/Anomy
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc CHANGELOG.sanitizer CREDITS README.sanitizer sanitizer.html
46 %{perl_vendorlib}/Anomy
This page took 0.104492 seconds and 3 git commands to generate.