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

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

  Name:       gnome-icon-theme

  Version:    3.12.0

  License:    LGPLv3+

- Release:    13%{?dist}

+ Release:    14%{?dist}

  URL:        http://www.gnome.org

  

  #VCS: git:git://git.gnome.org/gnome-icon-theme
@@ -44,7 +44,7 @@ 

  %configure --enable-icon-mapping

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  

  touch $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache

  
@@ -109,6 +109,10 @@ 

  %{_datadir}/pkgconfig/gnome-icon-theme.pc

  

  %changelog

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

+ - Use make macros

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

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-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.