Name: aws-c-cal Version: 0.6.12 Release: 1%{?dist} Summary: AWS Crypto Abstraction Layer License: Apache-2.0 URL: https://github.com/awslabs/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: aws-c-cal-cmake.patch BuildRequires: gcc BuildRequires: cmake BuildRequires: openssl-devel BuildRequires: aws-c-common-devel Requires: openssl-libs Requires: aws-c-common-libs Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives %package libs Summary: AWS Crypto Abstraction Layer Requires: %{name}%{?_isa} = %{version}-%{release} %description libs AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives %package devel Summary: AWS Crypto Abstraction Layer Requires: openssl-devel Requires: aws-c-common-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives %prep %autosetup -p1 %build %cmake -DBUILD_SHARED_LIBS=ON -DUSE_OPENSSL=ON %cmake_build %install %cmake_install %check %ctest %files %license LICENSE NOTICE %doc README.md %files libs %{_libdir}/libaws-c-cal.so.1{,.*} %files devel %{_libdir}/libaws-c-cal.so %dir %{_includedir}/aws/cal %{_includedir}/aws/cal/*.h %dir %{_libdir}/cmake/aws-c-cal %dir %{_libdir}/cmake/aws-c-cal/modules %dir %{_libdir}/cmake/aws-c-cal/shared %{_libdir}/cmake/aws-c-cal/aws-c-cal-config.cmake %{_libdir}/cmake/aws-c-cal/modules/Findcrypto.cmake %{_libdir}/cmake/aws-c-cal/shared/aws-c-cal-targets-noconfig.cmake %{_libdir}/cmake/aws-c-cal/shared/aws-c-cal-targets.cmake %changelog * Tue Apr 30 2024 Dominik Wombacher - 0.6.12-1 - update to 0.6.12 * Thu Feb 24 2022 David Duncan - 0.5.12-7 - Include check and ctest section in spec * Tue Feb 22 2022 David Duncan - 0.5.12-6 - Updated for package review * Tue Feb 22 2022 Kyle Knapp - 0.5.12-5 - Include missing devel directories * Thu Feb 03 2022 Kyle Knapp - 0.5.12-4 - Move sha256_profile executable to standard package * Thu Feb 03 2022 Kyle Knapp - 0.5.12-3 - Update specfile based on review feedback * Wed Feb 02 2022 David Duncan - 0.5.12-2 - Prepare for package review * Tue Jan 18 2022 Kyle Knapp - 0.5.12-1 - Initial package development