]> git.pld-linux.org Git - packages/bwnm.git/blob - bwnm.spec
- massive attack: source-md5
[packages/bwnm.git] / bwnm.spec
1 Summary:        simple tool to mount all smb shares
2 Summary(pl):    proste narzêdzie do montowania zasobów z smb
3 Name:           bwnm
4 Version:        1.1
5 Release:        1
6 License:        Freeware
7 Group:          Applications/Networking
8 Source0:        http://www-ec.njit.edu/~asm3072/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  9631a21d80bf8062727e64549301884a
10 URL:            http://web.njit.edu/~asm3072/programming.html
11 Requires:       nmap
12 Requires:       python-modules
13 Requires:       samba-client
14 Obsoletes:      wnm
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 bwnm is an altered version of wnm. It uses nmap to find all the
20 computers in a given IP range with the netbios port open, then using
21 nmblookup and smbmount it mounts all available shares in the current
22 directory. wnum allows you to easily unmount those shares.
23
24 %description -l pl
25 bwnm jest now± wersj± wnm. Wykorzystuje nmap-a do znalezienia
26 wszystkch komputerów pod podanym zakresem IP z otwartymi portami
27 netbiosu, a nastêpnie wykorzystuj±c nmblookup i smbmount montuje
28 wszystkie dostêpne zasoby w bierz±cym katalogu. wnum pozwala na ³atwe
29 odmontowanie tych zasobów.
30
31 %prep
32 %setup -q -n %{name}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT/%{_bindir}
37 install bwnm wnum $RPM_BUILD_ROOT/%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_bindir}/*
This page took 0.067281 seconds and 4 git commands to generate.