nebula/nebula.spec

82 lines
2.8 KiB
RPMSpec
Raw Normal View History

2008-11-08 04:25:17 +00:00
Name: nebula
2009-01-16 01:53:45 +00:00
Version: 0.2.3
Release: 11%{?dist}
2008-11-08 04:25:17 +00:00
Summary: Intrusion signature generator
2008-11-08 04:25:17 +00:00
License: GPLv2
2014-04-24 09:43:41 +00:00
URL: http://nebula.carnivore.it/
Source0: http://downloads.sourceforge.net/nebula/%{name}-%{version}.tar.bz2
2008-11-08 04:25:17 +00:00
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.
2008-11-08 04:25:17 +00:00
%prep
%setup -q
%build
%configure
make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE
%install
make install DESTDIR="%{buildroot}" INSTALL="install -p"
2008-11-08 04:25:17 +00:00
%files
2014-04-24 09:43:41 +00:00
%doc AUTHORS ChangeLog COPYING
2008-11-08 04:25:17 +00:00
%{_bindir}/nebula
%{_bindir}/nebulaclient
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Oct 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.3-10
- Update spec file
- Switch to bz2 archive
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* 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
2009-01-16 01:53:45 +00:00
* Fri Jan 16 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.2.3-6
- Updated to 0.2.3
2008-11-08 04:25:17 +00:00
* 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