[bonesi: 2/6] Initial packaging of bonesi

Mathieu Bridon bochecha at fedoraproject.org
Mon May 7 08:28:51 UTC 2012


commit 710e4601e97edcae5c8cd8089c424405f1e2de9d
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Apr 30 10:42:20 2012 +0800

    Initial packaging of bonesi
    
    This package was submitted for review in Fedora on Mon Apr 30 2012:
        https://bugzilla.redhat.com/show_bug.cgi?id=817436#c0

 bonesi.spec |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/bonesi.spec b/bonesi.spec
new file mode 100644
index 0000000..e78213f
--- /dev/null
+++ b/bonesi.spec
@@ -0,0 +1,39 @@
+Name:          bonesi
+Version:       0.2.0
+Release:       1%{?dist}
+Summary:       The DDoS Botnet Simulator
+
+License:       ASL 2.0
+URL:           https://code.google.com/p/%{name}/
+Source0:       https://bonesi.googlecode.com/files/%{name}-%{version}.tar.gz
+
+BuildRequires: libnet-devel
+BuildRequires: libpcap-devel
+
+%description
+BoNeSi, the DDoS Botnet Simulator is a Tool to simulate Botnet Traffic in a
+test bed environment on the wire. It is designed to study the effect of DDoS
+attacks.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%{_bindir}/%{name}
+%doc %{_mandir}/man1/%{name}.1*
+
+
+%changelog
+* Mon Apr 30 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.2.0-1
+- Initial packaging for Fedora.


More information about the scm-commits mailing list