[bannergrab] Initial import

Fabian Affolter fab at fedoraproject.org
Sat Apr 27 19:51:36 UTC 2013


commit b756b1b274e98040482f0e78e0d1e1352928643e
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Apr 27 21:51:22 2013 +0200

    Initial import

 .gitignore      |    1 +
 bannergrab.spec |   36 ++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1e1becc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bannergrab-3.5.tgz
diff --git a/bannergrab.spec b/bannergrab.spec
new file mode 100644
index 0000000..705100a
--- /dev/null
+++ b/bannergrab.spec
@@ -0,0 +1,36 @@
+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 at fabian-affolter.ch> - 3.5-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..0baefab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+654a0bbda23baafbf7a12e4073659171  bannergrab-3.5.tgz


More information about the scm-commits mailing list