SHA256
8
0
forked from pool/boost

Accepting request 17446 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/boost based on submit request 17446 from user psmt

OBS-URL: https://build.opensuse.org/request/show/17446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=33
This commit is contained in:
OBS User autobuild
2009-08-13 15:36:15 +00:00
committed by Git OBS Bridge
parent 2ee4a0afc3
commit b39ff1c8b8
6 changed files with 96 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ Group: Development/Libraries/C and C++
Summary: Boost C++ Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 1.39.0
Release: 1
Release: 2
Source0: %{name}_1_39_0.tar.bz2
Source1: boost-rpmlintrc
Source2: boost_1_33_1_man.tar.bz2
@@ -62,6 +62,9 @@ Patch8: boost-no_segfault_in_Regex_filter.patch
Patch19: boost-sane_versioning.patch
Patch20: boost-strict_aliasing.patch
Patch21: boost-lib64.patch
Patch22: boost-function_without_exception.patch
Patch23: boost-fix_hash_resizing.patch
Patch24: boost-add_timer_canceling_test.patch
Recommends: %{all_libs}
%define _docdir %{_datadir}/doc/packages/boost-%{version}
@@ -314,6 +317,9 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {}
%patch19
%patch20
%patch21
%patch22
%patch23
%patch24
#stupid build machinery copies .orig files
find . -name \*.orig -exec rm {} +