#2 Use make macros
Opened 3 years ago by tstellar. Modified 3 years ago
rpms/ tstellar/asc make-macros  into  rawhide

file modified
+6 -2
@@ -1,6 +1,6 @@ 

  Name:           asc

  Version:        2.8.0.2

- Release:        9%{?dist}

+ Release:        10%{?dist}

  Summary:        Advanced Strategic Command

  License:        GPLv2+

  URL:            http://www.asc-hq.org/
@@ -31,7 +31,7 @@ 

  %build

  export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11 -D__EXPORT__="

  %configure --enable-genparse --disable-paraguitest

- make %{?_smp_mflags}

+ %make_build

  

  

  %install
@@ -60,6 +60,10 @@ 

  

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.8.0.2-10

+ - Use make macros

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

+ 

  * Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 2.8.0.2-9

  - Rebuilt for Boost 1.73

  

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.