[mate-control-center] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Dec 21 11:19:42 UTC 2013


commit 03a0b908863e9ca5ce002acd6f28d8a4d9f71cf4
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Dec 21 12:19:25 2013 +0100

    use modern 'make install' macro

 mate-control-center.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mate-control-center.spec b/mate-control-center.spec
index dcfda54..64c4817 100644
--- a/mate-control-center.spec
+++ b/mate-control-center.spec
@@ -92,7 +92,7 @@ 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 {} ';'
@@ -175,6 +175,8 @@ fi
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser
 - use BR marco-devel
 - remove Obsoletes: libslab line, no need anymore
+- fix mixed usage of tabs and spaces
+- use modern 'make install' macro
 
 * Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.0-1.1.git922d0e0
 - Update to 1.7.0


More information about the scm-commits mailing list