#1 Use make macros
Merged 3 years ago by sharkcz. Opened 3 years ago by tstellar.
rpms/ tstellar/ann make-macros  into  master

file modified
+6 -2
@@ -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 @@ 

  

  

  %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 @@ 

  

  

  %changelog

+ * Wed Jul 22 2020 Tom Stellard <tstellar@redhat.com> - 1.1.2-17

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-16

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Pull-Request has been merged by sharkcz

3 years ago