]> git.pld-linux.org Git - packages/aide.git/commitdiff
- more %%__ macros
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sun, 1 Jul 2001 10:23:06 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Requires: mailx
- rel 3

Changed files:
    aide.spec -> 1.14

aide.spec

index 1e3c866276523f684ac2299e7cf7c662c31f5c67..32eac5de1b7511df3790b073f2a8ba63f852a2cb 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -2,7 +2,7 @@ Summary:        Advanced Intrusion Detection Environment
 Summary(pl):   Zaawansowany System Wykrywania W³amañ (AIDE)
 Name:          aide
 Version:       0.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -22,6 +22,7 @@ BuildRequires:        glibc-static
 BuildRequires: libgcrypt-static
 BuildRequires: zlib-static
 Requires:      crondaemon
+Requires:      mailx
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/%{name}
@@ -49,11 +50,11 @@ sp
 stosunkowo ³atwo. Zwyk³e atrybuty plików tak¿e mog± byæ sprawdzane.
 
 %build
-rm -f missing
+%__rm -f missing
 gettextize --copy --force
-aclocal
-autoconf
-automake -a -c
+%__aclocal
+%{__autoconf}
+%{__automake} -a -c
 %configure \
        --with-config-file=%{_sysconfdir}/aide.conf
 %{__make}
This page took 0.035586 seconds and 4 git commands to generate.