[mate-netspeed/f20] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Jul 27 16:47:46 UTC 2014


commit a150aaf37b3d7466030d5cc17d7fc0f14d3ad45f
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Jul 27 18:47:36 2014 +0200

    use modern 'make install' macro

 mate-netspeed.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mate-netspeed.spec b/mate-netspeed.spec
index 19f6009..f6dba58 100644
--- a/mate-netspeed.spec
+++ b/mate-netspeed.spec
@@ -26,7 +26,8 @@ traffic occurs on a specified network device.
 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 {} ';'
 
@@ -70,6 +71,7 @@ fi
 - update to 1.8.0 release
 - update build requires
 - update configure flags
+- use modern 'make install' macro
 
 * Tue Dec 31 2013 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