- Update to boost-1.33.1.
- (#176485: Missing BuildRequires) - (#169271: /usr/lib/libboost*.so.? links missing in package)
This commit is contained in:
parent
e2021cd5ba
commit
ace5fba543
@ -1,2 +1,3 @@
|
|||||||
boost_1_33_0.tar.bz2
|
boost_1_33_0.tar.bz2
|
||||||
boost-1.33.1.20051114.tar.bz2
|
boost-1.33.1.20051114.tar.bz2
|
||||||
|
boost_1_33_1.tar.bz2
|
||||||
|
20
boost.spec
20
boost.spec
@ -1,9 +1,9 @@
|
|||||||
%define tarball_name boost-1.33.1.20051114
|
%define tarball_name boost_1_33_1
|
||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.33.1
|
Version: 1.33.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -11,6 +11,7 @@ Source: %{tarball_name}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/boost-%{version}-root
|
BuildRoot: %{_tmppath}/boost-%{version}-root
|
||||||
Prereq: /sbin/ldconfig
|
Prereq: /sbin/ldconfig
|
||||||
BuildRequires: libstdc++-devel python
|
BuildRequires: libstdc++-devel python
|
||||||
|
BuildRequires: bzip2-libs
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Obsoletes: boost-doc <= 1.30.2
|
Obsoletes: boost-doc <= 1.30.2
|
||||||
@ -103,14 +104,15 @@ for i in `find stage -type f -name \*.a`; do
|
|||||||
NAME=`basename $i`;
|
NAME=`basename $i`;
|
||||||
install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
||||||
done;
|
done;
|
||||||
|
for i in `find stage -type l -name \*.so`; do
|
||||||
|
NAME=`basename $i`;
|
||||||
|
cp $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
||||||
|
mv $i $RPM_BUILD_ROOT%{_libdir}/$NAME.2;
|
||||||
|
done;
|
||||||
for i in `find stage -type f -name \*.so.*`; do
|
for i in `find stage -type f -name \*.so.*`; do
|
||||||
NAME=`basename $i`;
|
NAME=`basename $i`;
|
||||||
install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
||||||
done;
|
done;
|
||||||
for i in `find stage -type l -name \*.so`; do
|
|
||||||
NAME=`basename $i`;
|
|
||||||
mv $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
|
||||||
done;
|
|
||||||
|
|
||||||
# install include files
|
# install include files
|
||||||
for i in `find boost -type d`; do
|
for i in `find boost -type d`; do
|
||||||
@ -142,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.%{version}
|
%{_libdir}/*.so.%{version}
|
||||||
|
%{_libdir}/*.so.2
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -154,6 +157,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_docdir}/boost-%{version}
|
%{_docdir}/boost-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 04 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-3
|
||||||
|
- Update to boost-1.33.1.
|
||||||
|
- (#176485: Missing BuildRequires)
|
||||||
|
- (#169271: /usr/lib/libboost*.so.? links missing in package)
|
||||||
|
|
||||||
* Thu Dec 22 2005 Jesse Keating <jkeating@redhat.com> 1.33.1-2
|
* Thu Dec 22 2005 Jesse Keating <jkeating@redhat.com> 1.33.1-2
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
56fafc275dc0e195ec2f27e8769482cc boost_1_33_0.tar.bz2
|
56fafc275dc0e195ec2f27e8769482cc boost_1_33_0.tar.bz2
|
||||||
74785688e823771402cfa5753fe95b8a boost-1.33.1.20051114.tar.bz2
|
74785688e823771402cfa5753fe95b8a boost-1.33.1.20051114.tar.bz2
|
||||||
|
2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user