diff --git a/nebula.spec b/nebula.spec index 421840e..73e38de 100644 --- a/nebula.spec +++ b/nebula.spec @@ -1,17 +1,18 @@ Name: nebula Version: 0.2.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Intrusion signature generator + License: GPLv2 URL: http://nebula.carnivore.it/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 + 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. +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 @@ -21,7 +22,7 @@ from honeypots. make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE %install -%make_install +make install DESTDIR="%{buildroot}" INSTALL="install -p" %files %doc AUTHORS ChangeLog COPYING @@ -29,6 +30,9 @@ make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE %{_bindir}/nebulaclient %changelog +* Tue Oct 14 2014 Fabian Affolter - 0.2.3-10 +- Update spec file + * Sun Aug 17 2014 Fedora Release Engineering - 0.2.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild