From 13d0ef15aa15f85fe815a09737c8ed24e64052b7e85167c1f36c0cc5386d792c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Mar 2013 20:41:20 +0000 Subject: [PATCH] Kill %make(_)install OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freeglut?expand=0&rev=13 --- freeglut.changes | 6 ++++++ freeglut.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/freeglut.changes b/freeglut.changes index c48aef5..2fd4464 100644 --- a/freeglut.changes +++ b/freeglut.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 3 20:40:57 UTC 2013 - jengelh@inai.de + +- Use more robust make install call which also works on SLE + and others + ------------------------------------------------------------------- Tue Sep 18 12:09:12 UTC 2012 - coolo@suse.com diff --git a/freeglut.spec b/freeglut.spec index 37dbf94..137cf6c 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,7 +1,7 @@ # # spec file for package freeglut # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -141,7 +141,7 @@ joystick functions on a wide range of platforms. make %{?_smp_mflags} %install -%make_install +make install DESTDIR="%buildroot" # install demo files install -d %{buildroot}%{_libexecdir}/freeglut for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do