#10 Use make macros
Closed 3 years ago by jorton. Opened 3 years ago by tstellar.
rpms/ tstellar/httpd make-macros  into  master

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

  Summary: Apache HTTP Server

  Name: httpd

  Version: 2.4.43

- Release: 6%{?dist}

+ Release: 7%{?dist}

  URL: https://httpd.apache.org/

  Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2

  Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@@ -336,12 +336,12 @@ 

          --disable-http2 \

          --disable-md \

          $*

- make %{?_smp_mflags}

+ %make_build

  

  %install

  rm -rf $RPM_BUILD_ROOT

  

- make DESTDIR=$RPM_BUILD_ROOT install

+ %make_install

  

  # Install systemd service files

  mkdir -p $RPM_BUILD_ROOT%{_unitdir}
@@ -755,6 +755,10 @@ 

  %{_rpmconfigdir}/macros.d/macros.httpd

  

  %changelog

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

+ - Use make macros

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

+ 

  * Thu Jul 09 2020 Lubos Uhliarik <luhliari@redhat.com> - 2.4.43-6

  - fix macro in mod_lua for lua 4.5

  

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.

Hand-merged in c8bf9e1, thanks Tom

Pull-Request has been closed by jorton

3 years ago