enable %check
This commit is contained in:
parent
558f985194
commit
311efb0abd
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.79.0
|
Version: 1.79.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
License: Boost Software License 1.0
|
License: Boost Software License 1.0
|
||||||
URL: http://www.boost.org
|
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}
|
./b2 %{b2_options} cxxflags="$RPM_OPT_FLAGS" define=%{boost_macros}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
:
|
(cd status
|
||||||
|
../b2 %{?_smp_mflags} --check-libs-only
|
||||||
|
)
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./b2 %{b2_options} \
|
./b2 %{b2_options} \
|
||||||
@ -436,6 +438,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 16 2022 Liu Zixian <liuzixian4@huawei.com> - 1.79.0-1
|
||||||
- update to 1.79.0
|
- update to 1.79.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user