]> git.pld-linux.org Git - SPECS.git/blob - nbtscan.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / nbtscan.spec
1 Summary:        A program for scanning networks for NetBIOS name information
2 Summary(pl.UTF-8):      Program do skanowania sieci pod kątem informacji o nazwach NetBIOS
3 Name:           nbtscan
4 Version:        1.5.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.inetcat.org/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  85bb085077c380b82a6ff73e0de0c154
10 URL:            http://www.inetcat.org/software/nbtscan.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 NBTscan is a program for scanning IP networks for NetBIOS name
17 information. It sends NetBIOS status query to each address in supplied
18 range and lists received information in human readable form. For each
19 responded host it lists IP address, NetBIOS computer name, logged-in
20 user name and MAC address (such as Ethernet).
21
22 %description -l pl.UTF-8
23 NBTscan to program do skanowania sieci IP pod kątem informacji o
24 nazwach NetBIOS. Wysyła zapytanie NetBIOS o stan do każdego adresu z
25 podanego adresu i wypisuje otrzymane informacje w postaci czytelnej
26 dla człowieka. Dla każdego hosta, który odpowiedział, wypisuje adres
27 IP, NetBIOS-ową nazwę komputera, nazwę zalogowanego użytkownika oraz
28 adres MAC.
29
30 %prep
31 %setup -q -n %{name}-1.5.1a
32
33 %build
34 cp -f /usr/share/automake/config.sub .
35 %{__aclocal}
36 %{__autoconf}
37 %configure
38
39 %{__make} \
40         CC="%{__cc}" \
41         CFLAGS="%{rpmcflags}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 install -D nbtscan $RPM_BUILD_ROOT%{_bindir}/nbtscan
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README
54 %attr(755,root,root) %{_bindir}/*
This page took 0.210717 seconds and 3 git commands to generate.