enable %check

This commit is contained in:
sdlzx 2022-05-27 09:15:43 +00:00 committed by Gitee
parent 558f985194
commit 311efb0abd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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