From: kloczek Date: Mon, 18 Mar 2002 19:49:35 +0000 (+0000) Subject: - cosmetics and simplifications. X-Git-Tag: RA-1_0 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=7cfe2b5f11247d3476fa8e80f69c5b1fe06ddc08;p=packages%2Fanti_sniff.git - cosmetics and simplifications. Changed files: anti_sniff.spec -> 1.5 --- diff --git a/anti_sniff.spec b/anti_sniff.spec index cdd714f..526f62c 100644 --- a/anti_sniff.spec +++ b/anti_sniff.spec @@ -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}/*