[mingw-adwaita-icon-theme] Don't use obsolete mingw_make_install macro

Kalev Lember kalev at fedoraproject.org
Tue Mar 24 11:04:47 UTC 2015


commit 27e20d58b49acb61c90916385ebaa8d96f84aba6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 24 11:51:31 2015 +0100

    Don't use obsolete mingw_make_install macro

 mingw-adwaita-icon-theme.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mingw-adwaita-icon-theme.spec b/mingw-adwaita-icon-theme.spec
index d311a2e..2d7cde8 100644
--- a/mingw-adwaita-icon-theme.spec
+++ b/mingw-adwaita-icon-theme.spec
@@ -49,7 +49,7 @@ the Adwaita icon theme.
 
 
 %install
-%mingw_make_install "DESTDIR=$RPM_BUILD_ROOT"
+%mingw_make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %files -n mingw32-adwaita-icon-theme
@@ -95,6 +95,7 @@ the Adwaita icon theme.
 * Tue Mar 24 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.0-1
 - Update to 3.16.0
 - Use license macro for the COPYING file
+- Don't use obsolete mingw_make_install macro
 
 * Wed Nov 19 2014 Richard Hughes <richard at hughsie.com> - 3.14.1-1
 - Initial packaging attempt


More information about the scm-commits mailing list