diff --git a/ann.spec b/ann.spec index edb904d..82ad384 100644 --- a/ann.spec +++ b/ann.spec @@ -1,6 +1,6 @@ Name: ann Version: 1.1.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Library for searching Approximate Nearest Neighbors License: LGPLv2+ @@ -44,7 +44,7 @@ Development files needed to use ANN library. %build -make %{?_smp_mflags} linux CFLAGS="-fPIC -DPIC $RPM_OPT_FLAGS" +%make_build linux CFLAGS="-fPIC -DPIC $RPM_OPT_FLAGS" %install @@ -93,6 +93,10 @@ EOF %changelog +* Wed Jul 22 2020 Tom Stellard - 1.1.2-17 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jan 28 2020 Fedora Release Engineering - 1.1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild