]> git.pld-linux.org Git - packages/anti_sniff.git/blobdiff - anti_sniff.spec
- tabs in preamble
[packages/anti_sniff.git] / anti_sniff.spec
index cdd714f055bf8b6cb78255ec99a35b4c704135ef..36ec5f3d720e7044cb66e864906650b74b9b1946 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       AntiSniff is a new class of proactive security monitoring tool
-Summary(pl):   AntiSniff jest narzêdziem do szukania pods³uchuj±cych komputerów
+Summary(pl.UTF-8):     AntiSniff jest narzędziem do szukania podsłuchujących komputerów
 Name:          anti_sniff
 Version:       1.1.2
-Release:       2
-License:       GPL
+Release:       3
+License:       Very Restrictive
 Group:         Applications/Networking
 Source0:       http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
-URL:           http://www.securitysoftwaretech.com/antisniff
+# Source0-md5: 0f6d71b4515eefde182516a1c5e1bf66
+URL:           http://www.securitysoftwaretech.com/antisniff/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,41 +16,29 @@ machines are in promiscuous mode or not. It does this through a
 variety of tests designed to tickle certain drivers, operating
 systems, and hardware filtering.
 
-%description -l pl
-Antysniffer dzia³a w lokalnym segmencie ethernetowym i sprawdza, czy
-jaka¶ maszyna ma kartê sieciow± w trybie promiscuous. Sprawdzanie
-polega na przeprowadzeniu ró¿norodnych testów napisanych dla ró¿nych
-driverów, systemów operacyjnych i filtrów sprzêtowych.
+%description -l pl.UTF-8
+Antysniffer działa w lokalnym segmencie ethernetowym i sprawdza, czy
+jakaś maszyna ma kartę sieciową w trybie promiscuous. Sprawdzanie
+polega na przeprowadzeniu różnorodnych testów napisanych dla różnych
+driverów, systemów operacyjnych i filtrów sprzętowych.
 
 %prep
 %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}
-
-gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LICENSE LINUX_NOTES  NOTES README  TODO
+install anti_sniffer arptest echotest etherpingtest icmptimetest \
+       watchdnstest $RPM_BUILD_ROOT%{_bindir}
 
 %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
+%doc ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LINUX_NOTES NOTES README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.058352 seconds and 4 git commands to generate.