automatic version update by autodist [release 3.5.1-1mamba;Thu Nov 09 2023]

This commit is contained in:
Automatic Build System 2024-01-06 06:59:33 +01:00
parent 2ecfdb16a0
commit e971e3170f

View File

@ -1,5 +1,5 @@
Name: mbedtls
Version: 3.2.1
Version: 3.5.1
Release: 1mamba
Summary: A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols
Group: System/Libraries
@ -29,13 +29,10 @@ This package contains shared libraries for %{name}.
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
## note: you can add this requirement if .pc files are provided by this package
#Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
@ -69,7 +66,7 @@ export CXX=/usr/bin/clang++
chmod +x %{buildroot}%{_libdir}/lib*.so*
mv %{buildroot}%{_prefix}/cmake %{buildroot}%{_libdir}
#mv %{buildroot}%{_prefix}/cmake %{buildroot}%{_libdir}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -90,20 +87,31 @@ mv %{buildroot}%{_prefix}/cmake %{buildroot}%{_libdir}
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/everest
%{_includedir}/everest/*
%dir %{_includedir}/mbedtls
%{_includedir}/mbedtls/*.h
%dir %{_includedir}/psa
%{_includedir}/psa/*.h
%{_libdir}/libeverest.so
%{_libdir}/libp256m.so
%{_libdir}/libmbedcrypto.a
%{_libdir}/libmbedcrypto.so
%{_libdir}/libmbedtls.a
%{_libdir}/libmbedtls.so
%{_libdir}/libmbedx509.a
%{_libdir}/libmbedx509.so
%{_libdir}/cmake/MbedTLS*.cmake
%dir %{_libdir}/cmake/MbedTLS
%{_libdir}/cmake/MbedTLS/MbedTLS*.cmake
%doc ChangeLog README.md
%changelog
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
- automatic version update by autodist
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
- automatic version update by autodist
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
- automatic version update by autodist