#1 Use make macros
Closed 3 years ago by amigadave. Opened 3 years ago by tstellar.
rpms/ tstellar/yelp make-macros  into  master

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

  Name:          yelp

  Epoch:         2

  Version:       3.36.0

- Release:       1%{?dist}

+ Release:       2%{?dist}

  Summary:       Help browser for the GNOME desktop

  

  License:       LGPLv2+ and ASL 2.0 and GPLv2+
@@ -64,7 +64,7 @@ 

  # libtool doesn't make this easy, so we do it the hard way

  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool

  

- make %{?_smp_mflags} V=1

+ %make_build

  

  %install

  %make_install
@@ -103,6 +103,10 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2:3.36.0-2

+ - Use make macros

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

+ 

  * Sat Mar 07 2020 Kalev Lember <klember@redhat.com> - 2:3.36.0-1

  - Update to 3.36.0

  

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.

Thanks for the patch. I made a similar change on top of current master and f33, so this is no longer necessary.

Pull-Request has been closed by amigadave

3 years ago