- 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
This commit is contained in:
Matthias Hopf 2011-06-20 16:30:06 +00:00 committed by Git OBS Bridge
parent 9343950684
commit d18b00c055
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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