rpms/nebula/F-8 import.log, NONE, 1.1 nebula.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sat Nov 8 04:26:23 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/nebula/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9502/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log nebula.spec 
Log Message:
initial package import



--- NEW FILE import.log ---
nebula-0_2_2-5_fc10:F-8:nebula-0.2.2-5.fc10.src.rpm:1226137844


--- NEW FILE nebula.spec ---
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 at fedoraproject.org> - 0.2.2-5
- fixed Buildrequires

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> - 0.2.2-4
- saving timestamp

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> - 0.2.2-3
- Fixed flags - (Till Mass)

* Fri Oct 31 2008 Rakesh Pandit <rakesh at fedoraproject.org> - 0.2.2-2
- Consistently using macros, added -j3 to make

* Fri Oct 31 2008 Rakesh Pandit <rakesh at fedoraproject.org> - 0.2.2-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nebula/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2008 21:30:15 -0000	1.1
+++ .cvsignore	8 Nov 2008 04:25:53 -0000	1.2
@@ -0,0 +1 @@
+nebula-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nebula/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2008 21:30:15 -0000	1.1
+++ sources	8 Nov 2008 04:25:53 -0000	1.2
@@ -0,0 +1 @@
+9d388753e6bf14c9811a92a586ce8cfa  nebula-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list