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

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

  Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)

  Name: cdparanoia

  Version: 10.2

- Release: 31%{?dist}

+ Release: 32%{?dist}

  # the app is GPLv2, everything else is LGPLv2

  License: GPLv2 and LGPLv2

  URL: http://www.xiph.org/paranoia/index.html
@@ -77,7 +77,7 @@ 

  

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  

  %ldconfig_scriptlets libs

  
@@ -97,6 +97,10 @@ 

  %{_libdir}/*.a

  

  %changelog

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

+ - Use make macros

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

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-31

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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.