From 67b14b48e1a144b656160c7521e3d2f7f077796c Mon Sep 17 00:00:00 2001 From: Rakesh Pandit Date: Sat, 8 Nov 2008 04:25:17 +0000 Subject: [PATCH] inital package import --- .cvsignore | 1 + import.log | 1 + nebula.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 56 insertions(+) create mode 100644 import.log create mode 100644 nebula.spec diff --git a/.cvsignore b/.cvsignore index e69de29..53fe585 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +nebula-0.2.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..4b85f28 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +nebula-0_2_2-5_fc10:HEAD:nebula-0.2.2-5.fc10.src.rpm:1226137792 diff --git a/nebula.spec b/nebula.spec new file mode 100644 index 0000000..5f96788 --- /dev/null +++ b/nebula.spec @@ -0,0 +1,53 @@ +Name: nebula +Version: 0.2.2 +Release: 5%{?dist} +Summary: Intrusion signature generator + +Group: Applications/System +License: GPLv2 +URL: http://sourceforge.net/projects/%{name}/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: zlib-devel + +%description +Nebula is an intrusion signature generator. It can help securing a +network by automatically calculating filter rules from attack +traces. In a common setup nebula runs as a daemon and receives attacks +from honeypots. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING ChangeLog AUTHORS +%{_bindir}/nebula +%{_bindir}/nebulaclient + +%changelog +* Fri Nov 07 2008 Rakesh Pandit - 0.2.2-5 +- fixed Buildrequires + +* Fri Nov 07 2008 Rakesh Pandit - 0.2.2-4 +- saving timestamp + +* Fri Nov 07 2008 Rakesh Pandit - 0.2.2-3 +- Fixed flags - (Till Mass) + +* Fri Oct 31 2008 Rakesh Pandit - 0.2.2-2 +- Consistently using macros, added -j3 to make + +* Fri Oct 31 2008 Rakesh Pandit - 0.2.2-1 +- Initial package diff --git a/sources b/sources index e69de29..3030ec0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9d388753e6bf14c9811a92a586ce8cfa nebula-0.2.2.tar.gz