]> git.pld-linux.org Git - packages/snaresquid.git/blame - snaresquid.spec
- initital, nfy
[packages/snaresquid.git] / snaresquid.spec
CommitLineData
7f10b0ea 1# TODO:
2# - initscript
3# - read config
4# - pldize
5Summary: A Snare Log Forwarder for arbitrary text-based logs
6Name: snaresquid
7Version: 1.2
8Release: 0.1
9License: GPL
10Group: System Environment/Daemons
11###### Unknown group!
12URL: http://www.intersectalliance.com/
13Source0: http://www.intersectalliance.com/SnareText/snaresquid-%{version}.tar.gz
14# Source0-md5: 8123f76405657e4595c250a3f09b15ee
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18A Snare Log Forwarder for arbitrary text-based logs, that works with
19the System iNtrusion Analysis and Reporting Environment (SNARE).
20
21%prep
22%setup -q
23
24%build
25%{__make} \
26 CFLAGS="%{rpmcflags}"
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{_bindir}
31install -d $RPM_BUILD_ROOT%{_sysconfdir}/init.d
32
33%{__make} install \
34 prefix=$RPM_BUILD_ROOT
35
36%clean
37rm -r $RPM_BUILD_ROOT
38
39# %post
40# chkconfig --add snaresquid
41# chkconfig snaresquid on
42# cat <<EOF
43
44# Installation of SnareSquid complete.
45# Please change the DESTSERVER option in /etc/init.d/snaresquid
46# EOF
47
48%files
49%defattr(644,root,root,755)
50%attr(755,root,root) %{_bindir}/snaresquid
51# %attr(754,root,root) %{_sysconfdir}/rc.d/init.d/snaresquid
This page took 0.063438 seconds and 4 git commands to generate.