- fix symbolic links to the shared libs

This commit is contained in:
Florian La Roche 2006-02-16 21:35:51 +00:00
parent ce3b97bbce
commit 2bd1c23264
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: boost
Summary: The Boost C++ Libraries
Version: 1.33.1
Release: 4.2
Release: 5
License: Boost Software License
URL: http://www.boost.org/
Group: System Environment/Libraries
@ -111,7 +111,7 @@ done;
for i in `find stage -type l -name \*.so`; do
NAME=`basename $i`;
SONAME=$NAME.2;
ln -s $NAME.* $SONAME;
ln -s $NAME.%{version} $SONAME;
mv $SONAME $RPM_BUILD_ROOT%{_libdir}/$SONAME;
mv $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
done;
@ -159,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/boost-%{version}
%changelog
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.33.1-5
- use the real version number to point to the shared libs
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.33.1-4.2
- bump again for double-long bug on ppc(64)