Author: duddits                      Date: Wed Dec 10 22:06:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   nebula.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nebula.spec
diff -u /dev/null SPECS/nebula.spec:1.1
--- /dev/null   Wed Dec 10 23:06:01 2008
+++ SPECS/nebula.spec   Wed Dec 10 23:05:56 2008
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:       Nebula - intrusion detection tool
+Summary(pl.UTF-8):     Nebula - narzędzie do wykrywania włamań
+Name:          nebula
+Version:       0.2.3
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Console
+Source0:       http://dl.sourceforge.net/nebula/%{name}-%{version}.tar.bz2
+# Source0-md5: e6aa4c2c19c0aeec0563c6a1cc75b5e8
+URL:           http://sourceforge.net/projects/nebula/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nebula automatically generates intrusion signatures from attack
+traces. It runs as a daemon accepting attack submissions from
+honeypots.
+
+%description -l pl.UTF-8
+Nebula automatycznie generuje sygnatury włamań na podstawie śladów
+nieautoryzowanego dostępu. Pracuje w trybie demona przyjmując
+informacje o atakach z honeypotów.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}client
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/10 22:05:56  duddits
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to