[mate-dialogs] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Oct 16 21:49:23 UTC 2013


commit 0ca90b0bb55920f47c66b7fac97543e6c3c251a1
Author: raveit65 <chat-to-me at raveit.de>
Date:   Wed Oct 16 23:49:09 2013 +0200

    use modern 'make install' macro

 mate-dialogs.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-dialogs.spec b/mate-dialogs.spec
index f2684db..c7a5d8e 100644
--- a/mate-dialogs.spec
+++ b/mate-dialogs.spec
@@ -29,7 +29,7 @@ make %{?_smp_mflags} V=1
 
 
 %install
-make install DESTDIR=%{buildroot}
+%{make_install}
 
 %find_lang %{name} --with-gnome
 
@@ -46,6 +46,7 @@ make install DESTDIR=%{buildroot}
 * Wed Oct 16 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-1
 - update to 1.6.1 release
 - gdialogs is removed
+- use modern 'make install' macro
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list