automatic version update by autodist [release 2.26.0-1mamba;Sat May 08 2021]
This commit is contained in:
parent
de091bda43
commit
2e2e09879d
10
mbedtls.spec
10
mbedtls.spec
@ -1,5 +1,5 @@
|
|||||||
Name: mbedtls
|
Name: mbedtls
|
||||||
Version: 2.25.0
|
Version: 2.26.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols
|
Summary: A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -56,7 +56,10 @@ export CC=/usr/bin/clang
|
|||||||
export CXX=/usr/bin/clang++
|
export CXX=/usr/bin/clang++
|
||||||
|
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
|
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
|
||||||
|
%ifnarch x86_64 aarch64
|
||||||
|
-DENABLE_TESTING=OFF
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -151,5 +154,8 @@ chmod +x %{buildroot}%{_libdir}/lib*.so*
|
|||||||
%doc ChangeLog README.md
|
%doc ChangeLog README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.0-1mamba
|
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user