]> git.pld-linux.org Git - SPECS.git/blob - ipaudit.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ipaudit.spec
1 %define         rel             1
2 %define         subver  rc9
3 Summary:        Network Package Audit and Capture
4 Name:           ipaudit
5 Version:        1.0
6 Release:        0.%{subver}.%{rel}
7 License:        GPL v2
8 Group:          Networking
9 Source0:        http://downloads.sourceforge.net/ipaudit/%{name}-%{version}%{subver}.tar.gz
10 # Source0-md5:  3f0fe696cac8ff29651ec7aecd897536
11 URL:            http://ipaudit.sourceforge.net/
12 BuildRequires:  libpcap-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A neat packet logging program and auditor. Provides dump capability
17 and various levels of logging.
18
19 %prep
20 %setup -q -n %{name}-%{version}%{subver}
21
22 %build
23 %configure
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS ChangeLog INSTALL README
37 %attr(755,root,root) %{_bindir}/total
38 %attr(755,root,root) %{_sbindir}/ipaudit
39 %attr(755,root,root) %{_sbindir}/ipstrings
40 %{_mandir}/man8/ipaudit.8.*
41 %{_mandir}/man8/ipstrings.8.*
42 %{_mandir}/man1/total.1.*
This page took 0.027792 seconds and 3 git commands to generate.