[packages/ipaudit] new, version 1.0rc9
glen
glen at pld-linux.org
Tue Mar 19 11:41:01 CET 2013
commit 87ae4577354c642c145e5ba4875ffa3ee5655afd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Mar 19 12:40:32 2013 +0200
new, version 1.0rc9
absed on mandriva contrib package
ftp://ftp.sunet.se/pub/Linux/distributions/Mandriva/devel/cooker/SRPMS/contrib/release/ipaudit-1.0rc9-1mdv2010.1.src.rpm
ipaudit.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
---
diff --git a/ipaudit.spec b/ipaudit.spec
new file mode 100644
index 0000000..71d494a
--- /dev/null
+++ b/ipaudit.spec
@@ -0,0 +1,42 @@
+%define rel 1
+%define subver rc9
+Summary: Network Package Audit and Capture
+Name: ipaudit
+Version: 1.0
+Release: 0.%{subver}.%{rel}
+License: GPL v2
+Group: Networking
+Source0: http://downloads.sourceforge.net/ipaudit/%{name}-%{version}%{subver}.tar.gz
+# Source0-md5: 3f0fe696cac8ff29651ec7aecd897536
+URL: http://ipaudit.sourceforge.net/
+BuildRequires: libpcap-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A neat packet logging program and auditor. Provides dump capability
+and various levels of logging.
+
+%prep
+%setup -q -n %{name}-%{version}%{subver}
+
+%build
+%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 INSTALL README
+%attr(755,root,root) %{_bindir}/total
+%attr(755,root,root) %{_sbindir}/ipaudit
+%attr(755,root,root) %{_sbindir}/ipstrings
+%{_mandir}/man8/ipaudit.8.*
+%{_mandir}/man8/ipstrings.8.*
+%{_mandir}/man1/total.1.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipaudit.git/commitdiff/87ae4577354c642c145e5ba4875ffa3ee5655afd
More information about the pld-cvs-commit
mailing list