]> git.pld-linux.org Git - packages/ezmlm-idx.git/blobdiff - ezmlm-idx.spec
- added using %%{__make} macro.
[packages/ezmlm-idx.git] / ezmlm-idx.spec
index 3985557e86fcdb79f2039e2260afdc17c3902f37..e2571a88f09e04c29f2fde5d629ab11e532b7ebe 100644 (file)
@@ -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}/*
 
This page took 0.041697 seconds and 4 git commands to generate.