[mate-bluetooth/f19] use modern "make install" macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Feb 1 11:18:37 UTC 2014


commit d9d073f3d217fd12180f0531c5361761a97881cf
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Feb 1 12:19:02 2014 +0100

    use modern "make install" macro

 mate-bluetooth.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mate-bluetooth.spec b/mate-bluetooth.spec
index 65339b3..180ced5 100644
--- a/mate-bluetooth.spec
+++ b/mate-bluetooth.spec
@@ -69,7 +69,8 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+%{make_install}
+
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 
@@ -148,6 +149,7 @@ fi
 %changelog
 * Sat Feb 01 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-1
 - update to 1.6.1 release
+- use modern 'make install' macro
 
 * Fri Jul 26 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-5
 - remove runtime require mate-file-manager-sendto to help xfce desktop


More information about the scm-commits mailing list