- (#153093: boost warns that gcc 4.0.0 is an unknown compiler)
- (#152205: development .so symlinks should be in -devel subpackage) - (#154783: linker .so symlinks missing from boost-devel package)
This commit is contained in:
parent
fd51ecba0d
commit
0513b8fdf2
13
boost.spec
13
boost.spec
@ -3,7 +3,7 @@
|
|||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.32.0
|
Version: 1.32.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: Boost Software License
|
License: Boost Software License
|
||||||
URL: http://www.boost.org/
|
URL: http://www.boost.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,6 +16,7 @@ Obsoletes: boost-python <= 1.30.2
|
|||||||
Patch0: boost-base.patch
|
Patch0: boost-base.patch
|
||||||
Patch1: boost-gcc-tools.patch
|
Patch1: boost-gcc-tools.patch
|
||||||
Patch2: boost-thread.patch
|
Patch2: boost-thread.patch
|
||||||
|
Patch3: boost-config-compiler-gcc.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Boost provides free peer-reviewed portable C++ source libraries. The
|
Boost provides free peer-reviewed portable C++ source libraries. The
|
||||||
@ -43,6 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch2 -p0
|
%patch2 -p0
|
||||||
|
%patch3 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#build bjam
|
#build bjam
|
||||||
@ -91,15 +93,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.%{version}
|
||||||
%{_libdir}/*.so
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/boost
|
%{_includedir}/boost
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 24 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-6
|
||||||
|
- (#153093: boost warns that gcc 4.0.0 is an unknown compiler)
|
||||||
|
- (#152205: development .so symlinks should be in -devel subpackage)
|
||||||
|
- (#154783: linker .so symlinks missing from boost-devel package)
|
||||||
|
|
||||||
* Fri Mar 18 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-5
|
* Fri Mar 18 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-5
|
||||||
- Revert boost-base.patch to old behavior.
|
- Revert boost-base.patch to old behavior.
|
||||||
- Use SONAMEVERSION instead of dllversion.
|
- Use SONAMEVERSION instead of dllversion.
|
||||||
|
Loading…
Reference in New Issue
Block a user