]> git.pld-linux.org Git - packages/adeos.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 4 Jun 2002 09:59:16 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adeos.spec -> 1.1

adeos.spec [new file with mode: 0644]

diff --git a/adeos.spec b/adeos.spec
new file mode 100644 (file)
index 0000000..33743ab
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Adeos - automated filesystem security scanner
+Summary(pl):   Adeos - Zautomatyzowany skaner bezpieczeñstwa systemu plików
+Name:          adeos
+Version:       1.0
+Release:       1
+Group:         Applications/System
+License:       GPL v2
+Source0:       http://linux.wku.edu/~lamonml/software/adeos/%{name}-%{version}.tar.bz2
+URL:           http://linux.wku.edu/~lamonml/software/adeos/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Adeos (named after the obscure Roman goddess of modesty) is an
+automated filesystem security scanner. It recursively walks all
+mounted filesystems on the local system and attempts to identify
+common security concerns such as SUID and world-writeable files.
+
+%description -l pl
+Adeos (nazwany na cze¶æ nieznanego rzymskiego boga skromno¶ci) jest
+zautomatyzowanym skanerem bezpieczeñstwa systemu plików. Program
+rekursywnie przemieszcza siê po lokalnym systemie plików i stara siê
+zidentyfikowaæ powszechne b³êdy w zabezpieczeniach, takie jak SUIDy
+czy pliki zapisywalne dla wszystkich.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name}        $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
This page took 0.062778 seconds and 4 git commands to generate.