From 73da6b4ebb6c38907114423ff4ccaf50a6b7973d83c09d14adf24c0f7c6e99f5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 19 Mar 2013 19:47:03 +0000 Subject: [PATCH] Accepting request 160047 from home:jengelh:branches:X11:XOrg OBS-URL: https://build.opensuse.org/request/show/160047 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=7 --- glu.changes | 5 +++++ glu.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/glu.changes b/glu.changes index 69dccf9..98e6296 100644 --- a/glu.changes +++ b/glu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de + +- Use more robust make install call + ------------------------------------------------------------------- Sat Oct 20 21:33:12 UTC 2012 - jengelh@inai.de diff --git a/glu.spec b/glu.spec index 50e2cd6..5534002 100644 --- a/glu.spec +++ b/glu.spec @@ -1,7 +1,7 @@ # # spec file for package glu # -# 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 @@ -24,6 +24,7 @@ Summary: OpenGL utility library License: SUSE-SGI-FreeB-2.0 Group: Development/Libraries/C and C++ Url: http://cgit.freedesktop.org/mesa/glu/ + #Git-Clone: git://anongit.freedesktop.org/mesa/glu #Git-Web: http://cgit.freedesktop.org/mesa/glu/ Source: http://cgit.freedesktop.org/mesa/glu/snapshot/%{name}-%{version}.tar.gz @@ -93,7 +94,7 @@ fi; make %{?_smp_mflags} %install -%makeinstall +make install DESTDIR="%buildroot" rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig