]> git.pld-linux.org Git - SPECS.git/blob - nebula.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / nebula.spec
1 Summary:        Nebula - intrusion detection tool
2 Summary(pl.UTF-8):      Nebula - narzędzie do wykrywania włamań
3 Name:           nebula
4 Version:        0.2.3
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Console
8 Source0:        http://dl.sourceforge.net/nebula/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e6aa4c2c19c0aeec0563c6a1cc75b5e8
10 URL:            http://sourceforge.net/projects/nebula/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Nebula automatically generates intrusion signatures from attack
19 traces. It runs as a daemon accepting attack submissions from
20 honeypots.
21
22 %description -l pl.UTF-8
23 Nebula automatycznie generuje sygnatury włamań na podstawie śladów
24 nieautoryzowanego dostępu. Pracuje w trybie demona przyjmując
25 informacje o atakach z honeypotów.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog
51 %attr(755,root,root) %{_bindir}/%{name}
52 %attr(755,root,root) %{_bindir}/%{name}client
This page took 0.055869 seconds and 3 git commands to generate.