From 7c4a857012e489003fbc04f3800ce8c13158739a Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 12 Dec 2017 18:26:24 +0800 Subject: Use configure, make_build, make_install macros --- guix/guile-ssh/guile-ssh.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix/guile-ssh') diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec index 3a5f8bb..26794c6 100644 --- a/guix/guile-ssh/guile-ssh.spec +++ b/guix/guile-ssh/guile-ssh.spec @@ -28,7 +28,7 @@ written in GNU Guile interpreter. It is built upon the libssh library. %build autoreconf -fi %configure --disable-rpath --disable-static -make %{?_smp_mflags} +%make_build %check @@ -39,7 +39,7 @@ sed -i 's|session.scm||' tests/Makefile %endif # try a few more times before failing for i in {1..24}; do - make %{?_smp_mflags} check && exit 0 + %{__make} %{?_smp_mflags} check && exit 0 done exit 1 @@ -80,7 +80,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan - 0.11.2-3 -- Use autosetup macro +- Use autosetup and make_build macros - Rename the source tarball * Mon Oct 16 2017 Ting-Wei Lan - 0.11.2-2 -- cgit v1.2.3