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

file modified
+7 -3
@@ -1,6 +1,6 @@ 

  Name:           mokutil

  Version:        0.4.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Epoch:          2

  Summary:        Tool to manage UEFI Secure Boot MoK Keys

  License:        GPLv3+
@@ -34,11 +34,11 @@ 

  %build

  ./autogen.sh

  %configure

- make %{?_smp_mflags}

+ %make_build

  

  %install

  rm -rf %{buildroot}

- make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install

+ %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}

  

  %files

  %{!?_licensedir:%global license %%doc}
@@ -49,6 +49,10 @@ 

  %{_datadir}/bash-completion/completions/mokutil

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2:0.4.0-2

+ - Use make macros

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

+ 

  * Thu Jun 11 2020 Javier Martinez Canillas <javierm@redhat.com> - 0.4.0-1

  - Update to 0.4.0 release

  

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.