diff --git a/sshpass.spec b/sshpass.spec index eb3e4cb..f6a3278 100644 --- a/sshpass.spec +++ b/sshpass.spec @@ -1,7 +1,7 @@ Summary: Non-interactive SSH authentication utility Name: sshpass Version: 1.07 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Url: http://sshpass.sourceforge.net/ Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz @@ -18,10 +18,10 @@ more secure public key authentication of SSH instead. %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install %files %{_bindir}/sshpass @@ -29,6 +29,10 @@ make DESTDIR=%{buildroot} install %doc AUTHORS COPYING ChangeLog NEWS %changelog +* Wed Jan 27 2021 Timm Bäder - 1.07-2 +- Use make macros +- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make + * Tue Jan 26 2021 Martin Cermak - 1.07-1 - Rebase to new upstream version