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