]> git.pld-linux.org Git - SPECS.git/blob - odeiavir.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / odeiavir.spec
1 Summary:        This is OdeiaVir, a program that, well, hates viruses
2 Summary(pl.UTF-8):      OdeiaVir - program, który nienawidzi wirusów
3 Name:           odeiavir
4 Version:        0.5.0pre5
5 Release:        0
6 License:        GPL
7 Group:          Applications/Mail
8 Vendor:         Juan Carlos Castro y Castro <jcastro@vialink.com.br>
9 Source0:        http://virus.isverybad.org/%{name}-%{version}.tar.gz
10 # Source0-md5:  843f88d43c03352e71278d928fc9a2f0
11 Patch0:         %{name}-opt.patch
12 URL:            http://virus.isverybad.org/
13 Requires:       qmail
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 It is meant to be placed at the local delivery phase of the e-mail
18 message lifetime. It currently works reliably only with qmail, but
19 there is embrionary (as in pre-alpha, extremely-untested) Sendmail
20 support. You call it from the user's .qmail file. This means you can
21 virus-proof ezmlm lists, too, with ease. Sendmail users will have to
22 change the Mlocal line in sendmail.cf.
23
24 %description -l pl.UTF-8
25 OdeiaVir jest pomyślany tak, by być umieszczony na etapie lokalnego
26 dostarczania wiadomości e-mail. Aktualnie działa wiarygodnie tylko z
27 qmailem, ale jest początkowa (pre-alpha, ekstremalnie nie testowana)
28 obsługa sendmaila. Program może być wywołany z pliku .qmail
29 użytkownika. Oznacza to, że można łatwo zabezpieczyć przed wirusami
30 listy mailowe ezmlm. Użytkownicy sendmaila będą musieli zmienić linię
31 Mlocal w pliku sendmail.cf.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__make} \
39         CC="%{__cc}" \
40         OPT="%{rpmcflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8,%{_sysconfdir}/%{name}}
45
46 install odeiavir  $RPM_BUILD_ROOT%{_bindir}/odeiavir
47 install odeiavir.8 $RPM_BUILD_ROOT%{_mandir}/man8
48 install config warning.txt $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc ChangeLog README TODO scripts *.txt FAQ
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man8/*
58 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.395163 seconds and 3 git commands to generate.