]> git.pld-linux.org Git - packages/aide.git/blob - aide.spec
1aa00051e736a84367d5e201dd4cefa6d7297297
[packages/aide.git] / aide.spec
1 Summary:        Advanced Intrusion Detection Environment
2 Name:           aide
3 Version:        20010624
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/System
7 Group(de):      Applikationen/System
8 Group(pl):      Aplikacje/System
9 #Source0:       ftp://ftp.linux.hr/pub/aide/%{name}-%{version}.tar.gz
10 Source0:        %{name}-%{version}.tar.gz
11 URL:            http://www.cs.tut.fi/~rammer/aide.html
12 #Source1:       %{name}.conf
13 BuildRequires:  libgcrypt-static
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir     /etc/%{name}
17
18 %prep
19 %setup -q -n %{name}-%{version}
20 #%patch0 -p1
21
22 %description
23 AIDE creates a database from the regular expression rules that it
24 finds from the config file. Once this database is initialized it can
25 be used to verify the integrity of the files. It has several message
26 digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to
27 check the integrity of the file. More algorithms can be added with
28 relative ease. All of the usual file attributes can also be checked
29 for inconsistencies.
30
31 %build
32 %configure \
33         --with-config-file=%{_sysconfdir}/aide.conf \
34         --without-zlib
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 gzip -9nf AUTHORS ChangeLog NEWS README
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc *.gz
52 #%config(noreplace) %{_sysconfdir}/aide.conf
53 %attr(755,root,root) %{_bindir}/aide
54 %{_mandir}/man[15]/*
This page took 0.034115 seconds and 3 git commands to generate.