#4 Use make macros
Closed 3 years ago by thaller. Opened 3 years ago by tstellar.
rpms/ tstellar/NetworkManager make-macros  into  master

file modified
+7 -3
@@ -128,7 +128,7 @@ 

  Summary: Network connection manager and user applications

  Epoch: %{epoch_version}

  Version: %{rpm_version}

- Release: %{release_version}%{?snap}%{?dist}

+ Release: %{release_version}%{?snap}%{?dist}.1

  Group: System Environment/Base

  License: GPLv2+ and LGPLv2+

  URL: http://www.gnome.org/projects/NetworkManager/
@@ -761,7 +761,7 @@ 

  	--with-config-logging-backend-default=%{logging_backend_default} \

  	--enable-json-validation

  

- make %{?_smp_mflags}

+ %make_build

  

  %endif

  
@@ -769,7 +769,7 @@ 

  %if %{with meson}

  %meson_install

  %else

- make install DESTDIR=%{buildroot}

+ %make_install

  %endif

  

  cp %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/
@@ -1082,6 +1082,10 @@ 

  

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1:1.26.0-0.1.1

+ - Use make macros

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

+ 

  * Mon Jun 15 2020 Thomas Haller <thaller@redhat.com> - 1:1.26.0-0.1

  - update to 1.26-rc1 (1.25.90)

  

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 closed by thaller

3 years ago