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