#3 Use make macros
Merged 3 years ago by law. Opened 3 years ago by tstellar.
rpms/ tstellar/ltrace make-macros  into  master

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

  Summary: Tracks runtime library calls from dynamically linked executables

  Name: ltrace

  Version: 0.7.91

- Release: 37%{?dist}

+ Release: 38%{?dist}

  URL: http://ltrace.alioth.debian.org/

  License: GPLv2+

  
@@ -177,10 +177,10 @@ 

  %build

  autoreconf -i

  %configure --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} install

+ %make_install bindir=%{_bindir}

  

  # The testsuite is useful for development in real world, but fails in

  # koji for some reason.  Disable it, but have it handy.
@@ -200,6 +200,10 @@ 

  %{_datadir}/ltrace

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.7.91-38

+ - Use make macros

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

+ 

  * Thu Feb  6 2020 DJ Delorie <dj@redhat.com> - 0.7.91-37

  - Initialize some variables to avoid gcc warning (#1799619)

  

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 law

3 years ago

@law Thanks for merging this!