]> git.pld-linux.org Git - packages/SnareLinux.git/blame - SnareLinux.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/SnareLinux.git] / SnareLinux.spec
CommitLineData
ab3e8365 1Summary: Snare for Linux - audit subsystem control and distribution
2Name: SnareLinux
0abf553e 3Version: 2.1.0
ab3e8365 4Release: 0.1
5License: GPL
6Group: Applications/System
7Source0: http://www.intersectalliance.com/projects/SnareLinux/Download/SnareLinux-%{version}.tar.gz
0abf553e 8# Source0-md5: 7d96f9277fb006271d819e766f13d29b
ab3e8365 9URL: http://www.intersectalliance.com/
10BuildRequires: audit-libs-devel >= 1.0.16
11BuildRequires: rpm-perlprov >= 4.1-13
12Requires: audit >= 1.0.16
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The System iNtrusion Analysis and Reporting Environment (SNARE) agent
17for Linux provides a event collection, filtering, control and remote
18distribution cabability for the Linux operating system. Snare supports
19organisations that need to meet national security policy guidelines
20such 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
29rm -rf $RPM_BUILD_ROOT
30install -D SnareDispatcher.pl $RPM_BUILD_ROOT%{_sbindir}/SnareDispatcher
31install SnareDispatchHelper $RPM_BUILD_ROOT%{_sbindir}
32install SnareWebServer.pl $RPM_BUILD_ROOT%{_sbindir}
33install SnareTranslationTable $RPM_BUILD_ROOT%{_sbindir}
34install -D snare.conf $RPM_BUILD_ROOT%{_sysconfdir}/snare.conf
35
36%clean
37rm -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.071624 seconds and 5 git commands to generate.