]> git.pld-linux.org Git - packages/anti_sniff.git/commitdiff
- cosmetics and simplifications. RA-1_0 STABLE anti_sniff-1_1_2-2
authorkloczek <kloczek@pld-linux.org>
Mon, 18 Mar 2002 19:49:35 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anti_sniff.spec -> 1.5

anti_sniff.spec

index cdd714f055bf8b6cb78255ec99a35b4c704135ef..526f62c595d78768f92002314a73de745873e864 100644 (file)
@@ -6,7 +6,7 @@ Release:        2
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
-URL:           http://www.securitysoftwaretech.com/antisniff
+URL:           http://www.securitysoftwaretech.com/antisniff/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,31 +25,21 @@ driver
 %setup -q -n %{name}
 
 %build
-
 %{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install  anti_sniffer $RPM_BUILD_ROOT%{_bindir}
-install  arptest $RPM_BUILD_ROOT%{_bindir}
-install  echotest $RPM_BUILD_ROOT%{_bindir}
-install  etherpingtest $RPM_BUILD_ROOT%{_bindir}
-install  icmptimetest $RPM_BUILD_ROOT%{_bindir}
-install  watchdnstest $RPM_BUILD_ROOT%{_bindir}
+install anti_sniffer arptest echotest etherpingtest icmptimetest \
+       watchdnstest $RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LICENSE LINUX_NOTES  NOTES README  TODO
+gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LINUX_NOTES NOTES README TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/anti_sniffer
-%attr(755,root,root) %{_bindir}/arptest
-%attr(755,root,root) %{_bindir}/echotest
-%attr(755,root,root) %{_bindir}/etherpingtest
-%attr(755,root,root) %{_bindir}/icmptimetest
-%attr(755,root,root) %{_bindir}/watchdnstest
 %doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.071064 seconds and 4 git commands to generate.