Fix boost-contract build error 64/219564/1 submit/tizen/20191206.051639
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 6 Dec 2019 05:14:52 +0000 (14:14 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 6 Dec 2019 05:14:52 +0000 (14:14 +0900)
Change-Id: Ibfcdda82d6d92ead0630593474ef5f0ad393c420

packaging/boost.spec

index 0c0fc33..0fdcac0 100644 (file)
@@ -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