Accepting request 158227 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/158227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeglut?expand=0&rev=31
This commit is contained in:
commit
d6f8fd4738
@ -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
|
Tue Sep 18 12:09:12 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeglut
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR="%buildroot"
|
||||||
# install demo files
|
# install demo files
|
||||||
install -d %{buildroot}%{_libexecdir}/freeglut
|
install -d %{buildroot}%{_libexecdir}/freeglut
|
||||||
for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do
|
for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user