This commit is contained in:
parent
58e0a42a68
commit
865052fc18
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 11:57:35 CET 2008 - ro@suse.de
|
||||
|
||||
- do not remove full-name symlinks for shared libs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 18:31:36 CEST 2008 - pth@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ Group: Development/Libraries/C and C++
|
||||
Summary: Boost C++ Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Version: 1.36.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Source0: %{name}_1_36_0.tar.bz2
|
||||
Source1: boost-rpmlintrc
|
||||
Source2: boost_1_33_1_man.tar.bz2
|
||||
@ -366,7 +366,7 @@ for lib in $(find . -follow -name \*-gcc??-mt-1_36.so); do
|
||||
NAME=${lib}.%{version}
|
||||
SONAME_MT=$(echo $lib | sed -e 's/-gcc..-mt-1_36/-mt/g')
|
||||
SONAME=$(echo $lib | sed -e 's/-gcc..-mt-1_36//g')
|
||||
rm $lib
|
||||
# rm $lib
|
||||
ln -sf $NAME $SONAME_MT
|
||||
ln -sf $NAME $SONAME
|
||||
done
|
||||
@ -562,6 +562,8 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py -exec chmod -x {} +
|
||||
%doc %{_mandir}/man7/*.7.gz
|
||||
|
||||
%changelog
|
||||
* Mon Oct 27 2008 ro@suse.de
|
||||
- do not remove full-name symlinks for shared libs
|
||||
* Thu Oct 23 2008 pth@suse.de
|
||||
- Use a script and a Makefile to generate boost.spec.
|
||||
- Pull in all libraries on update.
|
||||
|
Loading…
Reference in New Issue
Block a user