Author: zbyniu Date: Wed Oct 15 13:21:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: cutter.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cutter.spec diff -u /dev/null SPECS/cutter.spec:1.1 --- /dev/null Wed Oct 15 15:21:37 2008 +++ SPECS/cutter.spec Wed Oct 15 15:21:31 2008 @@ -0,0 +1,44 @@ +# $Revision$, $Date$ +Summary: Aborts TCP/IP connections +Name: cutter +Version: 1.03 +Release: 0.9 +License: GPL v2 +Group: Applications/Networking +URL: http://www.lowth.com/cutter +Source0: http://www.lowth.com/cutter/software/%{name}-%{version}.tgz +# Source0-md5: 50093db9b64277643969ee75b83ebbd1 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Cutter is an open source program that allows Linux firewall +administrators to abort TCP/IP connections routed over the firewall or +router on which it is run. + +%prep +%setup -q + +%build +%{__cc} %{optflags} -o cutter cutter.c + +%install +rm -rf $RPM_BUILD_ROOT +install -D %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_sbindir}/%{name} + +%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 2008/10/15 13:21:31 zbyniu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
