enable check test suite
(cherry picked from commit bd4df78a2201f331398a2db0506e44d854c10384)
This commit is contained in:
parent
6079182983
commit
f3bc83b68f
@ -1,6 +1,6 @@
|
|||||||
Name: libtommath
|
Name: libtommath
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A portable number theoretic multiple-precision integer library.
|
Summary: A portable number theoretic multiple-precision integer library.
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.libtom.net/
|
URL: http://www.libtom.net/
|
||||||
@ -54,6 +54,11 @@ find %{buildroot} -name '*.a' -delete
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%check
|
||||||
|
make %{?_smp_mflags} test_standalone
|
||||||
|
./test
|
||||||
|
rm -f demo/*.o
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -67,6 +72,9 @@ find %{buildroot} -name '*.a' -delete
|
|||||||
%doc doc/bn.pdf doc/poster.pdf doc/tommath.pdf
|
%doc doc/bn.pdf doc/poster.pdf doc/tommath.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 29 2023 fuanan <fuanan3@h-partners.com> - 1.1.0-3
|
||||||
|
- enable check test suite
|
||||||
|
|
||||||
* Tue Jul 05 2022 herengui <herengui@uniontech.com> - 1.1.0-2
|
* Tue Jul 05 2022 herengui <herengui@uniontech.com> - 1.1.0-2
|
||||||
- rebuild: libtiff won't provide libtiff-tools
|
- rebuild: libtiff won't provide libtiff-tools
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user