Jan Engelhardt 2013-03-03 20:41:20 +00:00 committed by Git OBS Bridge
parent ea26de6ee0
commit 13d0ef15aa
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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