[libmateweather] use modern make install macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Mon Sep 2 16:41:07 UTC 2013


commit 4ee76ea8bb8ef04725d0a85f0f3afd61266ebd86
Author: raveit65 <chat-to-me at raveit.de>
Date:   Mon Sep 2 18:40:52 2013 +0200

    use modern make install macro

 libmateweather.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libmateweather.spec b/libmateweather.spec
index 9243e86..ba67684 100644
--- a/libmateweather.spec
+++ b/libmateweather.spec
@@ -35,7 +35,7 @@ Development files for libmateweather
 make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+%{make_install}
 
 find %{buildroot} -name '*.la' -exec rm -fv {} ';'
 find %{buildroot} -name '*.a' -exec rm -fv {} ';'
@@ -78,6 +78,7 @@ fi
 * Mon Sep 02 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-2
 - disable disable python bindings
 - add --disable-schemas-compile configure flag
+- use modern make install macro
 
 * Sat Aug 10 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-1
 - remove BR gsettings-desktop-schemas-devel


More information about the scm-commits mailing list