]> git.pld-linux.org Git - SPECS.git/blob - lsat.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / lsat.spec
1 # TODO
2 # - add weekly cron-job
3 Summary:        LSAT - Linux Security Auditing Tool
4 Summary(pl.UTF-8):      LSAT - linuksowe narzędzie do audytu bezpieczeństwa
5 Name:           lsat
6 Version:        0.9.7.1
7 Release:        0.1
8 Group:          Applications/System
9 License:        GPL v2
10 Source0:        http://usat.sourceforge.net/code/%{name}-%{version}.tgz
11 # Source0-md5:  441defd1f7f82c5eccd3b5a9f46fe5fa
12 Patch0:         %{name}-ftpusers_path.patch
13 URL:            http://usat.sourceforge.net/
14 BuildRequires:  perl-tools-pod
15 BuildRequires:  popt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Linux Security Auditing Tool (LSAT) is a post install security
20 auditing tool. It is modular in design, so new features can be added
21 quickly. It checks inetd entries and scans for unneeded RPM packages.
22
23 %description -l pl.UTF-8
24 Linux Security Auditing Tool (LSAT) jest narzędziem do
25 poinstalacyjnego audytu bezpieczeństwa. Jest zrobiony jako modularne
26 narzędzie, więc nowe funkcje mogą być szybko dodawane. Sprawdza wpisy
27 w inetd oraz skanuje niepotrzebne pakiety RPM.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 # It has to be this macro - there is no configure.in included
35 %configure2_13
36
37 %{__make}
38 %{__make} manpage
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install installman \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README* *.txt *.html changelog/*.html
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man*/*
This page took 0.190222 seconds and 3 git commands to generate.