]> git.pld-linux.org Git - packages/aide.git/commitdiff
- BuildRequires: zlib-static
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 27 Jun 2001 15:21:31 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed --without-zlib in %configure

Changed files:
    aide.spec -> 1.10

aide.spec

index b3387dda64cc50107dd69ca10a22ee196f7b9bc0..41e5d15ea484d6ff33baccf2cf27efc754bd9c8f 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -1,7 +1,7 @@
 Summary:       Advanced Intrusion Detection Environment
 Name:          aide
 Version:       0.7
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -19,6 +19,7 @@ BuildRequires:        flex
 BuildRequires: gettext-devel
 BuildRequires: glibc-static
 BuildRequires: libgcrypt-static
+BuildRequires: zlib-static
 Requires:      crond
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,8 +47,7 @@ aclocal
 autoconf
 automake -a -c
 %configure \
-       --with-config-file=%{_sysconfdir}/aide.conf \
-       --without-zlib
+       --with-config-file=%{_sysconfdir}/aide.conf
 %{__make}
 
 %install
This page took 0.039674 seconds and 4 git commands to generate.