]> git.pld-linux.org Git - packages/adeos.git/blob - adeos.spec
- initial release
[packages/adeos.git] / adeos.spec
1 Summary:        Adeos - automated filesystem security scanner
2 Summary(pl):    Adeos - Zautomatyzowany skaner bezpieczeñstwa systemu plików
3 Name:           adeos
4 Version:        1.0
5 Release:        1
6 Group:          Applications/System
7 License:        GPL v2
8 Source0:        http://linux.wku.edu/~lamonml/software/adeos/%{name}-%{version}.tar.bz2
9 URL:            http://linux.wku.edu/~lamonml/software/adeos/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Adeos (named after the obscure Roman goddess of modesty) is an
14 automated filesystem security scanner. It recursively walks all
15 mounted filesystems on the local system and attempts to identify
16 common security concerns such as SUID and world-writeable files.
17
18 %description -l pl
19 Adeos (nazwany na cze¶æ nieznanego rzymskiego boga skromno¶ci) jest
20 zautomatyzowanym skanerem bezpieczeñstwa systemu plików. Program
21 rekursywnie przemieszcza siê po lokalnym systemie plików i stara siê
22 zidentyfikowaæ powszechne b³êdy w zabezpieczeniach, takie jak SUIDy
23 czy pliki zapisywalne dla wszystkich.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install %{name} $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGELOG README
45 %attr(755,root,root) %{_bindir}/*
This page took 0.056485 seconds and 4 git commands to generate.