From 9d321a97bb3d777c79c974bcb753d77eebea88bc Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 9 Jun 2000 07:22:49 +0000 Subject: [PATCH] - added using %%{__make} macro. Changed files: ezmlm-idx.spec -> 1.12 --- ezmlm-idx.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ezmlm-idx.spec b/ezmlm-idx.spec index 3985557..e2571a8 100644 --- a/ezmlm-idx.spec +++ b/ezmlm-idx.spec @@ -20,7 +20,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Qmail Mailing List Manager + Indexing, (Remote) Moderation, digest, -make patches, multi-language, MIME, global-interface, easy-to-use. +%{__make} patches, multi-language, MIME, global-interface, easy-to-use. %description -l pl Qmailowy Mened¿er List Dyskusyjnych + Indeksowanie, (Zdalne) @@ -41,12 +41,12 @@ mv -f Makefile.pld Makefile %build make -make man +%{__make} man if [ -z "$LANG" ]; then patch -s -p1 < %{PATCH1} -make pl +%{__make} pl else -make $LANG +%{__make} $LANG fi tar zxf %{SOURCE2} @@ -61,7 +61,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5} install ezmlmrc $RPM_BUILD_ROOT%{_sysconfdir}/ezmlm -make setup +%{__make} setup gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/* -- 2.44.0