Author: undefine Date: Mon Jul 18 22:52:29 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initital, nfy
---- Files affected: SPECS: snaresquid.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/snaresquid.spec diff -u /dev/null SPECS/snaresquid.spec:1.1 --- /dev/null Tue Jul 19 00:52:29 2005 +++ SPECS/snaresquid.spec Tue Jul 19 00:52:23 2005 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +# TODO: +# - initscript +# - read config +# - pldize +Summary: A Snare Log Forwarder for arbitrary text-based logs +Name: snaresquid +Version: 1.2 +Release: 0.1 +License: GPL +Group: System Environment/Daemons +###### Unknown group! +URL: http://www.intersectalliance.com/ +Source0: http://www.intersectalliance.com/SnareText/snaresquid-%{version}.tar.gz +# Source0-md5: 8123f76405657e4595c250a3f09b15ee +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A Snare Log Forwarder for arbitrary text-based logs, that works with +the System iNtrusion Analysis and Reporting Environment (SNARE). + +%prep +%setup -q + +%build +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_sysconfdir}/init.d + +%{__make} install \ + prefix=$RPM_BUILD_ROOT + +%clean +rm -r $RPM_BUILD_ROOT + +# %post +# chkconfig --add snaresquid +# chkconfig snaresquid on +# cat <<EOF + +# Installation of SnareSquid complete. +# Please change the DESTSERVER option in /etc/init.d/snaresquid +# EOF + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/snaresquid +# %attr(754,root,root) %{_sysconfdir}/rc.d/init.d/snaresquid + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/07/18 22:52:23 undefine +- initital, nfy + +* Wed Jun 15 2005 Leigh Purdie +- Initial spec file for 1.0 - InterSect Alliance - http://www.intersectalliance.com/ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
