[mate-media] use modern "make install" macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Jan 22 20:49:27 UTC 2014


commit c98d80caf448f8439748014c3325bd7ec9a27e13
Author: raveit65 <chat-to-me at raveit.de>
Date:   Wed Jan 22 21:49:40 2014 +0100

    use modern "make install" macro

 mate-media.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mate-media.spec b/mate-media.spec
index 49b1158..64512b2 100644
--- a/mate-media.spec
+++ b/mate-media.spec
@@ -41,7 +41,8 @@ including a volume control.
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+%{make_install}
+
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 
 desktop-file-install                                                    \
@@ -98,6 +99,7 @@ fi
 %changelog
 * Mon Jan 20 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> 1.7.0-1
 - update to 1.7.0 release
+- use modern 'make install' macro
 
 * Fri Jan 3 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-1
 - update to 1.6.1 release


More information about the scm-commits mailing list