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