]> git.pld-linux.org Git - SPECS.git/blob - hostsentry.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / hostsentry.spec
1 Summary:        Host based login anomaly detection and response tool
2 Summary(pl.UTF-8):      Program wykrywajacy nienormalne próby logowania do komputera
3 Name:           hostsentry
4 Version:        0.02
5 Release:        1.1
6 License:        distributable (see LICENSE)
7 Group:          Applications/Networking
8 Source0:        http://www.psionic.com/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  3de0bbb7d456bb53683de56dfdf98362
10 Source1:        %{name}.conf
11 Patch0:         %{name}-paths.patch
12 URL:            http://www.psionic.com/products/
13 Requires:       python
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir     /etc/hostsentry
17
18 %description
19 HostSentry is part of the Abacus Project suite of tools. The Abacus
20 Project is an initiative to release low-maintenance, generic, and
21 reliable host based intrusion detection software to the Internet
22 community.
23
24 %description -l pl.UTF-8
25 HostSentry jest częścią zestawu narzędzi Projektu Abacus. Projekt
26 Abacus ma na celu stworzenie ogólnego, pewnego i wymagającego
27 niewielkiej obsługi oprogramowania do wykrywania prób skanowania
28 portów dla internetowej społeczności.
29
30 %prep
31 %setup  -q
32 %patch0 -p1
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_libdir}/abacus/hostsentry/modules}
37
38 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
39 install hostsentry.{action,ignore,modules} *.allow $RPM_BUILD_ROOT%{_sysconfdir}
40 install host*.py $RPM_BUILD_ROOT%{_libdir}/abacus/hostsentry
41 install module*.py $RPM_BUILD_ROOT%{_libdir}/abacus/hostsentry/modules
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc CHANGES LICENSE README* TODO *.conf
49 %attr(750,root,root) %dir %{_sysconfdir}
50 %attr(640,root,root) %config(noreplace,missingok) %{_sysconfdir}/*
51 %{_libdir}/abacus
This page took 0.336173 seconds and 3 git commands to generate.