diff --git a/libXt.changes b/libXt.changes index e7230bc..ba401c2 100644 --- a/libXt.changes +++ b/libXt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de + +- Use more robust make install call +- Avoid calling fdupes outside of /usr + ------------------------------------------------------------------- Thu Apr 12 06:57:56 UTC 2012 - vuntz@opensuse.org diff --git a/libXt.spec b/libXt.spec index 947edcb..2dfb21d 100644 --- a/libXt.spec +++ b/libXt.spec @@ -1,7 +1,7 @@ # # spec file for package libXt # -# 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 @@ -94,9 +94,9 @@ in %lname. make %{?_smp_mflags} %install -%makeinstall +make install DESTDIR="%buildroot" rm -f "%buildroot/%_libdir"/*.la -%fdupes %buildroot +%fdupes %buildroot/%_prefix %post -n %lname -p /sbin/ldconfig