#1 Use make macros
Merged 3 years ago by jjames. Opened 3 years ago by tstellar.
rpms/ tstellar/4ti2 make-macros  into  master

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

  Name:           4ti2

  Version:        1.6.9

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Algebraic, geometric and combinatorial problems on linear spaces

  

  %global relver %(tr . _ <<< %{version})
@@ -73,7 +73,7 @@ 

      -e 's|CC="\(.*g..\)"|CC="\1 -Wl,--as-needed"|' \

      -i libtool

  

- make %{?_smp_mflags}

+ %make_build

  

  # Build the manual

  export LD_LIBRARY_PATH=$PWD/src/4ti2/.libs:$PWD/src/fiber/.libs:$PWD/src/groebner/.libs:$PWD/src/ppi/.libs:$PWD/src/util/.libs:$PWD/src/zsolve/.libs
@@ -129,6 +129,10 @@ 

  %{_libdir}/libzsolve*.so.0*

  

  %changelog

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

+ - Use make macros

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

+ 

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

  - 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 jjames

3 years ago