diff --git a/libXrender.changes b/libXrender.changes index cbd31f8..517f377 100644 --- a/libXrender.changes +++ b/libXrender.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de + +- Use more robust make install call + ------------------------------------------------------------------- Wed Apr 11 15:13:29 UTC 2012 - vuntz@opensuse.org diff --git a/libXrender.spec b/libXrender.spec index 2ae6bdd..ae24364 100644 --- a/libXrender.spec +++ b/libXrender.spec @@ -1,7 +1,7 @@ # # spec file for package libXrender # -# 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 @@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++ Url: http://cgit.freedesktop.org/xorg/lib/libXrender/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrender +#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrender/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool @@ -72,7 +73,7 @@ in %lname. make %{?_smp_mflags} %install -%makeinstall +make install DESTDIR="%buildroot" rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig