inital package import
This commit is contained in:
parent
ba16f02dad
commit
67b14b48e1
@ -0,0 +1 @@
|
||||
nebula-0.2.2.tar.gz
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
nebula-0_2_2-5_fc10:HEAD:nebula-0.2.2-5.fc10.src.rpm:1226137792
|
53
nebula.spec
Normal file
53
nebula.spec
Normal file
@ -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 <rakesh@fedoraproject.org> - 0.2.2-5
|
||||
- fixed Buildrequires
|
||||
|
||||
* Fri Nov 07 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.2-4
|
||||
- saving timestamp
|
||||
|
||||
* Fri Nov 07 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.2-3
|
||||
- Fixed flags - (Till Mass)
|
||||
|
||||
* Fri Oct 31 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.2-2
|
||||
- Consistently using macros, added -j3 to make
|
||||
|
||||
* Fri Oct 31 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.2-1
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user