summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2023-05-03 16:01:26 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2023-05-03 16:01:26 +0900
commitbeca6970fb1ce5e0f7e7ccacf9c5380bb84a3922 (patch)
tree7b6ac0045da779d9326b1428b26bc296d9e8012b
parentfe19ed710ccbcb970f095af2db7a092a3a1826d4 (diff)
downloadboost-sandbox/dh0128.kwak/boost_1.71.0.tar.gz
boost-sandbox/dh0128.kwak/boost_1.71.0.tar.bz2
boost-sandbox/dh0128.kwak/boost_1.71.0.zip
Fix build error at aarch64sandbox/dh0128.kwak/boost_1.71.0
[ 6s] error: line 560: %post -n boost-contract -p /sbin/ldconfig [ 6s] : package boost-contract does not exist [ 6s] Building target platforms: aarch64-tizen-linux [ 6s] Building for target aarch64-tizen-linux Change-Id: I6a66e6e8db1768447daff2080ad83f01a9bee9ac
-rw-r--r--packaging/boost.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec
index 0c0fc33f6a..0fdcac02ee 100644
--- a/packaging/boost.spec
+++ b/packaging/boost.spec
@@ -150,15 +150,6 @@ Requires: boost-license
Run-Time support for Boost.Context, a foundational library that
provides a sort of cooperative multitasking on a single thread.
-%package -n boost-contract
-Summary: Boost.Contract runtime library
-Group: System/Libraries
-Requires: boost-license
-
-%description -n boost-contract
-Runtime support for Boost.Contract, a library that implements
-Design by Contract or DbC or contract programming.
-
%package -n boost-coroutine
Summary: Boost::Coroutine Runtime libraries
Group: System/Libraries
@@ -168,6 +159,15 @@ Requires: boost-license
This package contains the Boost Coroutine runtime libraries.
%endif
+%package -n boost-contract
+Summary: Boost.Contract runtime library
+Group: System/Libraries
+Requires: boost-license
+
+%description -n boost-contract
+Runtime support for Boost.Contract, a library that implements
+Design by Contract or DbC or contract programming.
+
%if %{build_fiber}
%package -n boost-fiber
Summary: Run-Time component of boost fiber