nebula/nebula.spec
2008-11-08 04:25:17 +00:00

54 lines
1.4 KiB
RPMSpec

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