]> git.pld-linux.org Git - SPECS.git/blob - scanssh.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / scanssh.spec
1 Summary:        SSH Version Scanner
2 Summary(pl.UTF-8):      Skaner Wersji SSH
3 Name:           scanssh
4 Version:        2.1
5 Release:        8
6 License:        BSD
7 Group:          Networking
8 Source0:        http://monkey.org/~provos/%{name}-%{version}.tar.gz
9 # Source0-md5:  9fab4253b56b2d15367d4872b370cdcb
10 Patch0:         %{name}-ac_fixes.patch
11 URL:            http://monkey.org/~provos/scanssh/
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake
14 BuildRequires:  libdnet-devel
15 BuildRequires:  libevent-devel
16 BuildRequires:  libpcap-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Scanssh scans the given addresses and networks for running SSH
21 servers. It will query their version number and displays the results
22 in a list.
23
24 %description -l pl.UTF-8
25 Scanssh przeszukuje podane adresy i sieci w poszukiwaniu uruchomionych
26 serwerów SSH, po czym odpytuje się je o ich wersję i wyświetla wyniki
27 w postaci listy.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__aclocal}
35 %{__automake}
36 %{__autoconf}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README
52 %attr(755,root,root) %{_bindir}/scanssh
53 %{_mandir}/man1/scanssh.*
This page took 0.191438 seconds and 3 git commands to generate.