From d18b00c055bf398572559f3df00c651d6e1d2bbf6497b982574c440f68f66a31 Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Mon, 20 Jun 2011 16:30:06 +0000 Subject: [PATCH] - Don't delete .la files for SLE11-SP1 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=163 --- xorg-x11-libs.changes | 5 +++++ xorg-x11-libs.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index ce9fa39..beffc49 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 20 16:29:40 UTC 2011 - mhopf@novell.com + +- Don't delete .la files for SLE11-SP1 + ------------------------------------------------------------------- Tue May 31 09:12:57 UTC 2011 - eich@suse.de diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index f52ae1a..26c57b7 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -253,7 +253,9 @@ for dir in $(ls); do done /sbin/ldconfig -n $RPM_BUILD_ROOT/usr/%_lib mkdir -p $RPM_BUILD_ROOT/usr/include/X11/pixmaps/ +%if %suse_version > 1110 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +%endif # for compatibility reasons ln -s libXaw7.so.7 $RPM_BUILD_ROOT/%{_libdir}/libXaw8.so.8 ln -s libXaw.so.7 $RPM_BUILD_ROOT/%{_libdir}/libXaw.so.8