Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7274f3ae43d6428c10172c2354b9ad89 > files > 2

bannergrab-3.5-1.fc18.src.rpm

Name:           bannergrab
Version:        3.5
Release:        1%{?dist}
Summary:        A banner grabbing tool

Group:          Applications/System
License:        GPLv3+
URL:            http://sourceforge.net/projects/bannergrab
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz

BuildRequires:  openssl-devel

%description
Bannergrab is a simple tool, designed to collect information from network
services. It can do this using two different methods; grab the connection
banners and send triggers and collect the responses. Bannergrab defaults to
sending triggers.

%prep
%setup -q

%build
make %{?_smp_mflags} CFLAGS="%{optflags} -lcrypto"

%install
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc Changelog LICENSE README TODO
%{_mandir}/man?/*.*
%{_bindir}/%{name}

%changelog
* Fri Feb 24 2012 Fabian Affolter <mail@fabian-affolter.ch> - 3.5-1
- Initial package for Fedora