summaryrefslogtreecommitdiff
path: root/packaging/boost.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/boost.spec')
-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