nebula/nebula.spec

69 lines
2.1 KiB
RPMSpec

Name: nebula
Version: 0.2.3
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 Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jan 16 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.3-6
- Updated to 0.2.3
* 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