|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: mbedtls
|
|
|
|
Name: mbedtls
|
|
|
|
Version: 2.11.0
|
|
|
|
Version: 2.11.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -15,6 +15,7 @@ Source0: https://tls.mbed.org/download/%{name}-%{version}-apache.tgz
|
|
|
|
Patch0: mbedtls-2.4-config-enable-pkcs11.patch
|
|
|
|
Patch0: mbedtls-2.4-config-enable-pkcs11.patch
|
|
|
|
Patch1: mbedtls-2.7-config-enable-threading-pthread.patch
|
|
|
|
Patch1: mbedtls-2.7-config-enable-threading-pthread.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
@ -128,6 +129,9 @@ LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V
|
|
|
|
%doc apidoc/*
|
|
|
|
%doc apidoc/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 16 2018 Morten Stevens <mstevens@fedoraproject.org> - 2.11.0-3
|
|
|
|
|
|
|
|
- BuildRequire gcc-c++ (https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-2
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|