diff --git a/zsh.spec b/zsh.spec index 6897f66..f9256db 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,7 +1,7 @@ Summary: Powerful interactive shell Name: zsh Version: 5.8 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://zsh.sourceforge.net/ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz @@ -86,7 +86,7 @@ export zsh_cv_sys_nis='no' make -C Src headers make -C Src -f Makemod zsh{path,xmod}s.h version.h -make %{?_smp_mflags} all html +%make_build all html %check # Run the testsuite @@ -154,6 +154,10 @@ fi %doc Doc/*.html %changelog +* Tue Jul 14 2020 Tom Stellard - 5.8-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Mon Feb 24 2020 Kamil Dudka - 5.8-1 - update to latest upstream release