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