From: Grzegorz Sterniczuk Date: Mon, 16 Jul 2001 13:38:59 +0000 (+0000) Subject: - removed %%{__*} rpm macros X-Git-Tag: aide-0_7-5~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Faide.git;a=commitdiff_plain;h=fc900930cc6243df54a2ea4d639f5c435874e058 - removed %%{__*} rpm macros Changed files: aide.spec -> 1.15 --- diff --git a/aide.spec b/aide.spec index 32eac5d..f62e7ba 100644 --- a/aide.spec +++ b/aide.spec @@ -50,24 +50,24 @@ 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} %install rm -rf $RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_pkglibdir},/etc/cron.daily} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_pkglibdir},/etc/cron.daily} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} -%{__install} %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.daily +install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} +install %{SOURCE3} $RPM_BUILD_ROOT/etc/cron.daily gzip -9nf AUTHORS ChangeLog NEWS README doc/aide.conf