2022-08-24 15:22:28 +08:00
|
|
|
%global version_enc 1_80_0
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
Name: boost
|
2022-08-24 15:22:28 +08:00
|
|
|
Version: 1.80.0
|
|
|
|
|
Release: 1
|
2019-09-30 10:32:42 -04:00
|
|
|
Summary: The free peer-reviewed portable C++ source libraries
|
2022-06-07 16:11:52 +08:00
|
|
|
License: BSL-1.0
|
2019-09-30 10:32:42 -04:00
|
|
|
URL: http://www.boost.org
|
2021-12-12 11:53:24 +08:00
|
|
|
Source0: https://boostorg.jfrog.io/ui/native/main/release/%{version}/source/%{name}_%{version_enc}.tar.gz
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2022-02-03 21:16:02 +08:00
|
|
|
# These following patches have been merged into boost develop branch
|
2021-12-12 11:53:24 +08:00
|
|
|
# Remove them at the next release
|
2022-03-20 01:09:00 +08:00
|
|
|
# https://github.com/boostorg/python/pull/373
|
2022-08-24 15:22:28 +08:00
|
|
|
Patch0: boost-1.78-python-Update-call_method-hpp.patch
|
2021-10-06 09:40:07 +08:00
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-atomic%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-chrono%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-container%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-context%{?_isa} = %{version}-%{release}
|
2021-12-26 14:58:18 +08:00
|
|
|
Requires: %{name}-contract%{?_isa} = %{version}-%{release}
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-coroutine%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-date-time%{?_isa} = %{version}-%{release}
|
2022-01-28 11:09:41 +08:00
|
|
|
Requires: %{name}-fiber%{?_isa} = %{version}-%{release}
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-filesystem%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-graph%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-iostreams%{?_isa} = %{version}-%{release}
|
2021-12-26 14:58:18 +08:00
|
|
|
Requires: %{name}-json%{?_isa} = %{version}-%{release}
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-locale%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-log%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-math%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-nowide%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-program-options%{?_isa} = %{version}-%{release}
|
2021-12-26 14:58:18 +08:00
|
|
|
Requires: %{name}-python3%{?_isa} = %{version}-%{release}
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-random%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-regex%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-serialization%{?_isa} = %{version}-%{release}
|
2022-01-28 11:09:41 +08:00
|
|
|
Requires: %{name}-stacktrace%{?_isa} = %{version}-%{release}
|
2020-07-23 09:47:39 +08:00
|
|
|
Requires: %{name}-system%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-test%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-thread%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-timer%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-wave%{?_isa} = %{version}-%{release}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-09-26 22:41:52 +08:00
|
|
|
BuildRequires: gcc-c++
|
2021-12-26 14:58:18 +08:00
|
|
|
# required by python3
|
2022-01-30 00:17:16 +08:00
|
|
|
BuildRequires: python3-devel python3-unversioned-command
|
2021-12-26 14:58:18 +08:00
|
|
|
# optional library for asio
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
# optional libraries for iostreams
|
|
|
|
|
BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel
|
|
|
|
|
# optional library for multiprecision
|
2019-09-30 10:32:42 -04:00
|
|
|
BuildRequires: libquadmath-devel
|
2021-12-26 14:58:18 +08:00
|
|
|
# optional library for python3
|
|
|
|
|
BuildRequires: python3-numpy
|
|
|
|
|
# optional library for regex
|
|
|
|
|
BuildRequires: libicu-devel
|
2020-07-23 09:47:39 +08:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
Obsoletes: boost-signals < 1.69.0
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description
|
2021-12-26 14:58:18 +08:00
|
|
|
Boost provides free peer-reviewed portable C++ source libraries.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
We emphasize libraries that work well with the C++ Standard Library.
|
|
|
|
|
Boost libraries are intended to be widely useful, and usable across
|
|
|
|
|
a broad spectrum of applications. The Boost license encourages
|
|
|
|
|
the use of Boost libraries for all users with minimal restrictions.
|
2020-07-23 09:47:39 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%package atomic
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost atomic.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description atomic
|
2021-12-26 14:58:18 +08:00
|
|
|
C++11-style atomic<>.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package chrono
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost chrono.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description chrono
|
2021-12-26 14:58:18 +08:00
|
|
|
Useful time utilities.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package container
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost container.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description container
|
2021-12-26 14:58:18 +08:00
|
|
|
Standard library containers and extensions.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package context
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost context.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description context
|
2021-12-26 14:58:18 +08:00
|
|
|
(C++11) Context switching library.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%package contract
|
|
|
|
|
Summary: Run-time component for boost contract.
|
|
|
|
|
|
|
|
|
|
%description contract
|
|
|
|
|
Contract programming for C++.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package coroutine
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost coroutine.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description coroutine
|
2021-12-26 14:58:18 +08:00
|
|
|
(deprecated) Coroutine library.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package date-time
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost date-time.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description date-time
|
2021-12-26 14:58:18 +08:00
|
|
|
A set of date-time libraries based on generic programming concepts.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2022-01-28 11:09:41 +08:00
|
|
|
%package fiber
|
|
|
|
|
Summary: Run-time component for boost fiber.
|
|
|
|
|
|
|
|
|
|
%description fiber
|
|
|
|
|
(C++11) Userland threads library.
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%package filesystem
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost filesystem.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description filesystem
|
2021-12-26 14:58:18 +08:00
|
|
|
Portable facilities to query and manipulate paths, files, and directories.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package graph
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost graph.
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost-regex%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description graph
|
2021-12-26 14:58:18 +08:00
|
|
|
The BGL graph interface and graph components are generic.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package iostreams
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost iostreams.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description iostreams
|
2021-12-26 14:58:18 +08:00
|
|
|
A framework for defining streams, stream buffers and i/o filters.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-02-05 09:49:14 +08:00
|
|
|
%package json
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost json.
|
2021-02-05 09:49:14 +08:00
|
|
|
|
|
|
|
|
%description json
|
2021-12-26 14:58:18 +08:00
|
|
|
JSON parsing, serialization, and DOM in C++11
|
2021-02-05 09:49:14 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%package locale
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost locale.
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost-chrono%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: boost-thread%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description locale
|
2021-12-26 14:58:18 +08:00
|
|
|
Provide localization and Unicode handling tools for C++.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package log
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost log.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description log
|
2021-12-26 14:58:18 +08:00
|
|
|
Logging library.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package math
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost math.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description math
|
2021-12-26 14:58:18 +08:00
|
|
|
Boost.Math includes several contributions in the domain of mathematics.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
%package nowide
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost nowide.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
%description nowide
|
2021-12-26 14:58:18 +08:00
|
|
|
Standard library functions with UTF-8 API on Windows.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%package program-options
|
|
|
|
|
Summary: Run-time component for boost program-options.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%description program-options
|
|
|
|
|
The program_options library allows program developers to obtain program options.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package python3
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost python.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description python3
|
2021-12-26 14:58:18 +08:00
|
|
|
A framework for interfacing Python and C++.
|
2020-07-23 09:47:39 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%package random
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost random.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description random
|
2021-12-26 14:58:18 +08:00
|
|
|
A complete system for random number generation.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package regex
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost regex.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description regex
|
|
|
|
|
Regular expression library.
|
|
|
|
|
|
|
|
|
|
%package serialization
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost serialization.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description serialization
|
2021-12-26 14:58:18 +08:00
|
|
|
Serialization for persistence and marshalling.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2022-01-28 11:09:41 +08:00
|
|
|
%package stacktrace
|
|
|
|
|
Summary: Run-time component for boost stacktrace.
|
|
|
|
|
|
|
|
|
|
%description stacktrace
|
|
|
|
|
Gather, store, copy and print backtraces.
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%package system
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost system.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description system
|
2021-12-26 14:58:18 +08:00
|
|
|
Extensible error reporting.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package test
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost test.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description test
|
2021-12-26 14:58:18 +08:00
|
|
|
Support for simple program testing, full unit testing, and for program execution monitoring.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package thread
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost thread.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description thread
|
2021-12-26 14:58:18 +08:00
|
|
|
Portable C++ multi-threading.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package timer
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost timer.
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost-chrono%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description timer
|
2021-12-26 14:58:18 +08:00
|
|
|
Event timer, progress timer, and progress display classes.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package type_erasure
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost type-erasure.
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost-chrono%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description type_erasure
|
2021-12-26 14:58:18 +08:00
|
|
|
Runtime polymorphism based on concepts.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package wave
|
2021-12-26 14:58:18 +08:00
|
|
|
Summary: Run-time component for boost wave.
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost-chrono%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: boost-filesystem%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: boost-thread%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description wave
|
2021-12-26 14:58:18 +08:00
|
|
|
An implementation of the mandated C99/C++ preprocessor functionality.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package devel
|
2020-03-10 14:14:31 +08:00
|
|
|
Summary: The Boost C++ headers, shared and static development libraries
|
2019-09-30 10:32:42 -04:00
|
|
|
Requires: boost%{?_isa} = %{version}-%{release}
|
|
|
|
|
Provides: boost-static
|
2021-12-26 14:58:18 +08:00
|
|
|
Obsoletes: boost-static < %{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Headers shared object symbolic links for the Boost C++ libraries and static
|
2020-03-10 14:14:31 +08:00
|
|
|
Boost C++ libraries distributed with boost.
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%package help
|
2022-01-23 11:13:31 +08:00
|
|
|
Summary: HTML documentation and source code example for the Boost C++ libraries
|
2020-03-10 14:14:31 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: boost-devel = %{version}-%{release}
|
|
|
|
|
|
2022-01-23 11:13:31 +08:00
|
|
|
%description help
|
|
|
|
|
This package contains the documentation in the HTML format and source code examples
|
|
|
|
|
of the Boost C++ libraries. The documentation provides the same content
|
|
|
|
|
as that on the Boost web page (http://www.boost.org/doc/libs/%{version_enc}).
|
2020-03-10 14:14:31 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%prep
|
2021-09-17 00:03:53 +08:00
|
|
|
%autosetup -p1 -n %{name}_%{version_enc}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%build
|
2021-12-27 23:11:39 +08:00
|
|
|
./bootstrap.sh
|
2021-12-19 23:43:47 +08:00
|
|
|
%define opt_build -d+2 -q %{?_smp_mflags} --no-cmake-config
|
2022-01-30 00:17:16 +08:00
|
|
|
%define opt_feature release debug-symbols=on pch=off
|
|
|
|
|
%define opt_libs --without-mpi --without-graph_parallel
|
|
|
|
|
%define b2_options %{opt_build} %{opt_feature} %{opt_libs}
|
2022-02-03 21:16:02 +08:00
|
|
|
%define boost_macros BOOST_NO_AUTO_PTR
|
|
|
|
|
./b2 %{b2_options} cxxflags="$RPM_OPT_FLAGS" define=%{boost_macros}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%check
|
2022-05-27 09:15:43 +00:00
|
|
|
(cd status
|
|
|
|
|
../b2 %{?_smp_mflags} --check-libs-only
|
|
|
|
|
)
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%install
|
2021-12-19 23:43:47 +08:00
|
|
|
./b2 %{b2_options} \
|
2020-07-23 09:47:39 +08:00
|
|
|
--prefix=$RPM_BUILD_ROOT%{_prefix} \
|
2019-09-30 10:32:42 -04:00
|
|
|
--libdir=$RPM_BUILD_ROOT%{_libdir} \
|
2020-07-23 09:47:39 +08:00
|
|
|
install
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2022-01-23 11:13:31 +08:00
|
|
|
mkdir boost-doc boost-example
|
2022-08-24 15:22:28 +08:00
|
|
|
cp -r index.html boost.png rst.css boost.css doc more boost-doc
|
|
|
|
|
find libs -name doc -exec cp {} boost-doc --parents \;
|
2022-03-02 09:09:56 +00:00
|
|
|
find libs -name example -exec cp {} boost-example --parents -r \;
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE_1_0.txt
|
2020-07-23 09:47:39 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files atomic
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_atomic.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files chrono
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_chrono.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files container
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_container.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files context
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_context.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%files contract
|
|
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%{_libdir}/libboost_contract.so.%{version}
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files coroutine
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_coroutine.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files date-time
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_date_time.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2022-01-28 11:09:41 +08:00
|
|
|
%files fiber
|
|
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%{_libdir}/libboost_fiber.so.%{version}
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files filesystem
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_filesystem.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files graph
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_graph.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files iostreams
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_iostreams.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-02-05 09:49:14 +08:00
|
|
|
%files json
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_json.so.%{version}
|
2021-02-05 09:49:14 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files locale
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_locale.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files log
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_log.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_log_setup.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files math
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_math_c99.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_math_c99f.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_math_c99l.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_math_tr1.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_math_tr1f.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_math_tr1l.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
%files nowide
|
2019-09-30 10:32:42 -04:00
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_nowide.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%files program-options
|
2019-09-30 10:32:42 -04:00
|
|
|
%license LICENSE_1_0.txt
|
2021-12-26 14:58:18 +08:00
|
|
|
%{_libdir}/libboost_program_options.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
%files python3
|
2019-09-30 10:32:42 -04:00
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_python%{python3_version_nodots}.so.%{version}
|
2021-12-26 14:58:18 +08:00
|
|
|
%{_libdir}/libboost_numpy%{python3_version_nodots}.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files random
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_random.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files regex
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_regex.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files serialization
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_serialization.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_wserialization.so.%{version}
|
2021-02-05 09:49:14 +08:00
|
|
|
|
2022-01-28 11:09:41 +08:00
|
|
|
%files stacktrace
|
|
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%{_libdir}/libboost_stacktrace_addr2line.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_stacktrace_basic.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_stacktrace_noop.so.%{version}
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files system
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_system.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
%files test
|
|
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%{_libdir}/libboost_prg_exec_monitor.so.%{version}
|
|
|
|
|
%{_libdir}/libboost_unit_test_framework.so.%{version}
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%files thread
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_thread.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files timer
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_timer.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files type_erasure
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_type_erasure.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files wave
|
|
|
|
|
%license LICENSE_1_0.txt
|
2021-09-17 00:03:53 +08:00
|
|
|
%{_libdir}/libboost_wave.so.%{version}
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files help
|
2022-01-23 11:13:31 +08:00
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%doc boost-doc boost-example
|
2019-09-30 10:32:42 -04:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE_1_0.txt
|
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/*.a
|
2020-03-10 14:14:31 +08:00
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
%changelog
|
2022-08-24 15:22:28 +08:00
|
|
|
* Wed Aug 24 2022 Liu Zixian <liuzixian4@huawei.com> - 1.80.0-1
|
|
|
|
|
- update to 1.80.0
|
|
|
|
|
|
2022-06-07 16:11:52 +08:00
|
|
|
* Tue Jun 07 2022 liukuo <liukuo@kylinos.cn> - 1.79.0-3
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
2022-05-27 09:15:43 +00:00
|
|
|
* Fri May 27 2022 Liu Zixian <liuzixian4@huawei.com> - 1.79.0-2
|
|
|
|
|
- enable %check
|
|
|
|
|
|
2022-04-16 23:55:46 +08:00
|
|
|
* Sat Apr 16 2022 Liu Zixian <liuzixian4@huawei.com> - 1.79.0-1
|
|
|
|
|
- update to 1.79.0
|
|
|
|
|
|
2022-03-20 01:09:00 +08:00
|
|
|
* Sun Mar 20 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-12
|
|
|
|
|
- backport upstream filesystem patches to fix a possible security issue
|
|
|
|
|
|
2022-03-02 09:09:56 +00:00
|
|
|
* Wed Mar 02 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-11
|
|
|
|
|
- fix boost-example, only libs/*/example should go into boost-example.
|
|
|
|
|
|
2022-02-03 21:16:02 +08:00
|
|
|
* Thu Feb 03 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-10
|
|
|
|
|
- disable auto_ptr which is warned by -Wdeprecated-declarations
|
|
|
|
|
- Replaced deprecated python API
|
|
|
|
|
|
2022-01-30 00:17:16 +08:00
|
|
|
* Sat Jan 29 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-9
|
|
|
|
|
- simplify building scripts
|
|
|
|
|
|
2022-01-28 11:09:41 +08:00
|
|
|
* Fri Jan 28 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-8
|
|
|
|
|
- backport bugfix for boost 1.78.0 known issues
|
|
|
|
|
- https://www.boost.org/users/history/version_1_78_0.html
|
|
|
|
|
|
2022-01-23 11:13:31 +08:00
|
|
|
* Sun Jan 23 2022 Liu Zixian <liuzixian4@huawei.com> - 1.78.0-7
|
|
|
|
|
- refactor boost-help
|
|
|
|
|
|
|
|
|
|
* Fri Dec 31 2021 sdlzx <sdlzx@163.com> - 1.78.0-6
|
2021-12-27 23:11:39 +08:00
|
|
|
- Don't package boost build tools
|
|
|
|
|
|
2021-12-27 23:11:39 +08:00
|
|
|
* Mon Dec 27 2021 sdlzx <sdlzx@163.com> - 1.78.0-5
|
|
|
|
|
- Remove mpi related scripts
|
|
|
|
|
|
2021-12-26 14:58:18 +08:00
|
|
|
* Fri Dec 24 2021 sdlzx <sdlzx@163.com> - 1.78.0-4
|
|
|
|
|
- Update package info
|
|
|
|
|
- Reference: https://www.boost.org/doc/libs/1_78_0/
|
|
|
|
|
|
2021-12-19 23:43:47 +08:00
|
|
|
* Sun Dec 19 2021 sdlzx <sdlzx@163.com> - 1.78.0-3
|
|
|
|
|
- Simplify spec: extract common b2 configs into b2_config
|
|
|
|
|
|
2021-12-14 23:43:00 +08:00
|
|
|
* Fri Dec 10 2021 sdlzx <sdlzx@163.com> - 1.78.0-2
|
|
|
|
|
- Simplify spec: remove useless bcond
|
|
|
|
|
|
2021-12-12 11:53:24 +08:00
|
|
|
* Fri Dec 10 2021 sdlzx <sdlzx@163.com> - 1.78.0-1
|
|
|
|
|
- update to 1.78.0
|
|
|
|
|
|
2021-10-06 09:40:07 +08:00
|
|
|
* Wed Oct 06 2021 Liu Zixian <liuzixian4@huawei.com> - 1.77.0-4
|
|
|
|
|
- Remove dependencies on header-only libraries
|
|
|
|
|
|
2021-09-26 22:41:52 +08:00
|
|
|
* Sun Sep 26 2021 Liu Zixian <liuzixian4@huawei.com> - 1.77.0-3
|
|
|
|
|
- Remove linking script which is fixed in upstream PR266
|
|
|
|
|
|
2021-09-22 07:08:47 +00:00
|
|
|
* Wed Sep 22 2021 Liu Zixian <liuzixian4@huawei.com> - 1.77.0-2
|
|
|
|
|
- Correct license name for ci.
|
|
|
|
|
|
2021-09-17 00:03:53 +08:00
|
|
|
* Wed Sep 15 2021 Liu Zixian <liuzixian4@huawei.com> - 1.77.0-1
|
|
|
|
|
- update to 1.77.0
|
|
|
|
|
|
2021-07-26 22:42:57 +08:00
|
|
|
* Sat Jul 24 2021 Liu Zixian <liuzixian4@huawei.com> - 1.76.0-1
|
|
|
|
|
- update to 1.76.0
|
|
|
|
|
|
2021-07-24 10:49:07 +08:00
|
|
|
* Sat Jul 24 2021 Liu Zixian <liuzixian4@huawei.com> - 1.75.0-6
|
|
|
|
|
- remove needless BuildRequires
|
|
|
|
|
|
2021-07-23 15:30:39 +08:00
|
|
|
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.75.0-5
|
|
|
|
|
- remove useless buildrequires
|
|
|
|
|
|
2021-06-23 10:05:46 +08:00
|
|
|
* Wed Jun 23 2021 Xu Huijie <xuhuijie2@huawei.com> - 1.75.0-4
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:fix dead loop in parse_repeat()
|
|
|
|
|
|
2021-02-05 09:49:14 +08:00
|
|
|
* Fri Feb 5 2021 xinghe <xinghe1@huawei.com> - 1.75.0-3
|
|
|
|
|
- fix the conflict between the devel package file and the other subpackage file
|
|
|
|
|
|
2021-02-04 11:54:23 +08:00
|
|
|
* Thu Feb 4 2021 xinghe <xinghe1@huawei.com> - 1.75.0-2
|
|
|
|
|
- fix master build
|
|
|
|
|
|
2021-02-03 11:04:43 +08:00
|
|
|
* Wed Feb 3 2021 xinghe <xinghe1@huawei.com> - 1.75.0-1
|
|
|
|
|
- update version to 1.75.0
|
|
|
|
|
|
2020-12-16 16:01:00 +08:00
|
|
|
* Wed Dec 16 2020 xinghe <xinghe1@huawei.com> - 1.73.0-2
|
|
|
|
|
- correct license
|
|
|
|
|
|
2020-07-28 10:32:25 +08:00
|
|
|
* Fri Jul 24 2020 Wang Shuo<wangshuo47@huawei.com> - 1.73.0-1
|
|
|
|
|
- Type:requirement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update boost to 1.73.0
|
|
|
|
|
|
2020-07-23 09:47:39 +08:00
|
|
|
* Mon Apr 20 2020 Wang Shuo<wangshuo47@huawei.com> - 1.72.0-1
|
|
|
|
|
- Type:requirement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:update boost to 1.72.0
|
|
|
|
|
|
2020-03-19 20:17:59 +08:00
|
|
|
* Thu Mar 19 2020 Yu Xiangyang<yuxiangyang4@huawei.com> - 1.66.0-18
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: fix build src.rpm error
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Wang Shuo<wangshuo47@huawei.com> - 1.66.0-17
|
2020-03-10 14:14:31 +08:00
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC: move examples files to examples package
|
|
|
|
|
|
2019-11-06 19:03:35 +08:00
|
|
|
* Mon Oct 28 2019 caomeng <caomeng5@huawei.com> - 1.66.0-16
|
|
|
|
|
- Type:NA
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:add bcondwith openmpi and mpich
|
|
|
|
|
|
2019-09-30 10:32:42 -04:00
|
|
|
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.66.0-15
|
|
|
|
|
- Package init
|