[nebula] * Tue Oct 14 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.2.3-10 - Update spec file

Fabian Affolter fab at fedoraproject.org
Tue Oct 14 12:24:32 UTC 2014


commit f13f5a4bcdd7afb53e95d9c8ebd8188e5de2d320
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Tue Oct 14 14:24:17 2014 +0200

    * Tue Oct 14 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.2.3-10
    - Update spec file

 nebula.spec |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
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 <mail at fabian-affolter.ch> - 0.2.3-10
+- Update spec file
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list