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

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

  Name: sound-theme-freedesktop

  Version: 0.8

- Release: 13%{?dist}

+ Release: 14%{?dist}

  Summary: freedesktop.org sound theme

  Source0: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-%{version}.tar.bz2

  # For details on the licenses used, see CREDITS
@@ -24,7 +24,7 @@ 

  %configure

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  

  %post

  touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
@@ -40,6 +40,10 @@ 

  %{_datadir}/sounds/freedesktop/stereo/*.oga

  

  %changelog

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

+ - Use make macros

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

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-13

  - 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.