]> git.pld-linux.org Git - packages/aide.git/commitdiff
- initial SPEC
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 27 Jun 2001 08:03:01 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aide.spec -> 1.1

aide.spec [new file with mode: 0644]

diff --git a/aide.spec b/aide.spec
new file mode 100644 (file)
index 0000000..d759c5d
--- /dev/null
+++ b/aide.spec
@@ -0,0 +1,48 @@
+Summary:       Advanced Intrusion Detection Environment
+Name:          aide
+Version:       20010624
+Release:       0.1
+URL:           http://www.cs.tut.fi/~rammer/aide.html
+Source0:       %{name}-%{version}.tar.gz
+#Source1:      %{name}.conf
+License:       GPL
+Group:         Console/Security
+Provides:      aide
+BuildRequires: libgcrypt-static
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _sysconfdir     /etc/%{name}
+
+%prep
+%setup -q -n %{name}-%{version}
+#%patch0 -p1
+
+%description
+AIDE creates a database from the regular expression rules that it
+finds from the config file. Once this database is initialized it can
+be used to verify the integrity of the files. It has several message
+digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to
+check the integrity of the file. More algorithms can be added with
+relative ease. All of the usual file attributes can also be checked
+for inconsistencies.
+
+%build
+%configure \
+       --with-config-file=%{_sysconfdir}/aide.conf \
+       --without-zlib
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/aide
+%{_mandir}/man[15]/*
+#%config(noreplace) %{_sysconfdir}/aide.conf
+#%doc
+
+%clean
+#rm -rf $RPM_BUILD_ROOT
This page took 0.059732 seconds and 4 git commands to generate.