]> git.pld-linux.org Git - SPECS.git/blob - renattach.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / renattach.spec
1 Summary:        renattach - rename/delete dangerous email attachments
2 Summary(pl.UTF-8):      renattach - zmiana nazwy/usuwanie niebezpiecznych załączników z e-maili
3 Name:           renattach
4 Version:        1.2.4
5 Release:        0.1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/Mail
9 Source0:        http://www.pc-tools.net/files/unix/%{name}-%{version}.tar.gz
10 # Source0-md5:  00dd2b1ce4a63aaf0e2557aca6becf9d
11 URL:            http://www.pc-tools.net/unix/renattach/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 renattach is a fast and efficient UNIX stream filter that can rename
18 or delete potentially dangerous e-mail attachments. It's a highly
19 effective way of protecting end-users from harmful mail content
20 (worms/viruses) by disabling or removing attachments that may be
21 accidentally executed by users. The filter is invoked as a simple pipe
22 for use in a wide variety of systems. The 'kill' feature (which
23 eliminates entire messages) can also help sites deal with resource
24 strains caused by modern virus floods.
25
26 %description -l pl.UTF-8
27 renattach jest szybkim i wydajnym filtrem potokowym, który może
28 zmieniać nazwę lub usuwać potencjalnie niebezpieczne załączniki z
29 poczty elektronicznej. Jest wysoce skutecznym sposobem zabezpieczania
30 użytkowników końcowych przed szkodliwą zawartością listów (robakami
31 internetowymi/wirusami) poprzez unieszkodliwianie lub usuwanie
32 załączników, które mogą być przypadkowo uruchomione przez
33 użytkowników. Filtr jest wywoływany jako prosty potok dla użytku z
34 szerokim wyborem systemów. Właściwość 'kill' (która likwiduje całe
35 wiadomości) może także pomóc radzić sobie z obciążeniem zasobów
36 spowodowanym przez zalew nowoczesnych wirusów.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/renattach.conf.ex \
56         $RPM_BUILD_ROOT%{_sysconfdir}/renattach.conf
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog INSTALL NEWS README
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/man?/*
66 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.48091 seconds and 3 git commands to generate.