!92 enable %check
From: @sdlzx Reviewed-by: @juyin, @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
77ff096f78
@ -2,7 +2,7 @@
|
||||
|
||||
Name: boost
|
||||
Version: 1.79.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The free peer-reviewed portable C++ source libraries
|
||||
License: Boost Software License 1.0
|
||||
URL: http://www.boost.org
|
||||
@ -286,7 +286,9 @@ as that on the Boost web page (http://www.boost.org/doc/libs/%{version_enc}).
|
||||
./b2 %{b2_options} cxxflags="$RPM_OPT_FLAGS" define=%{boost_macros}
|
||||
|
||||
%check
|
||||
:
|
||||
(cd status
|
||||
../b2 %{?_smp_mflags} --check-libs-only
|
||||
)
|
||||
|
||||
%install
|
||||
./b2 %{b2_options} \
|
||||
@ -436,6 +438,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Fri May 27 2022 Liu Zixian <liuzixian4@huawei.com> - 1.79.0-2
|
||||
- enable %check
|
||||
|
||||
* Sat Apr 16 2022 Liu Zixian <liuzixian4@huawei.com> - 1.79.0-1
|
||||
- update to 1.79.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user