]> git.pld-linux.org Git - packages/bwnm.git/blob - bwnm.spec
- spelling fix
[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 wszystkich 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 bie¿±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
38 install bwnm wnum $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README
46 %attr(755,root,root) %{_bindir}/*
This page took 0.13643 seconds and 3 git commands to generate.