]> git.pld-linux.org Git - packages/SnareLinux.git/blame - SnareLinux.spec
- new
[packages/SnareLinux.git] / SnareLinux.spec
CommitLineData
ab3e8365 1%include /usr/lib/rpm/macros.perl
2Summary: Snare for Linux - audit subsystem control and distribution
3Name: SnareLinux
4Version: 1.5.1
5Release: 0.1
6License: GPL
7Group: Applications/System
8Source0: http://www.intersectalliance.com/projects/SnareLinux/Download/SnareLinux-%{version}.tar.gz
9# Source0-md5: 1d469d169e7a3aecfb36b34a7fd1f90b
10URL: http://www.intersectalliance.com/
11BuildRequires: audit-libs-devel >= 1.0.16
12BuildRequires: rpm-perlprov >= 4.1-13
13Requires: audit >= 1.0.16
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The System iNtrusion Analysis and Reporting Environment (SNARE) agent
18for Linux provides a event collection, filtering, control and remote
19distribution cabability for the Linux operating system. Snare supports
20organisations that need to meet national security policy guidelines
21such as NISPOM, DCID/DIAM, SOX/Sarbanes Oxley, GLBA, CISP and BS7799.
22
23%prep
24%setup -q
25
26%build
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -D SnareDispatcher.pl $RPM_BUILD_ROOT%{_sbindir}/SnareDispatcher
32install SnareDispatchHelper $RPM_BUILD_ROOT%{_sbindir}
33install SnareWebServer.pl $RPM_BUILD_ROOT%{_sbindir}
34install SnareTranslationTable $RPM_BUILD_ROOT%{_sbindir}
35install -D snare.conf $RPM_BUILD_ROOT%{_sysconfdir}/snare.conf
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(750,root,root) %{_sbindir}/Snare*
43%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snare.conf
This page took 0.108628 seconds and 4 git commands to generate.