Name: aws-c-http Version: 0.8.1 Release: 1%{?dist} Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 URL: https://github.com/awslabs/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: aws-c-http-cmake.patch Patch1: 0001-disable-tests-that-require-internet-connectivity.patch BuildRequires: gcc BuildRequires: cmake BuildRequires: openssl-devel BuildRequires: aws-c-compression-devel BuildRequires: aws-c-io-devel Requires: openssl-libs Requires: aws-c-compression-libs Requires: aws-c-io-libs %description C99 implementation of the HTTP/1.1 and HTTP/2 specifications %package libs Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications Requires: %{name}%{?_isa} = %{version}-%{release} %description libs C99 implementation of the HTTP/1.1 and HTTP/2 specifications %package devel Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications Requires: openssl-devel Requires: aws-c-compression-devel Requires: aws-c-io-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel C99 implementation of the HTTP/1.1 and HTTP/2 specifications %prep %autosetup -p1 %build %cmake -DBUILD_SHARED_LIBS=ON %cmake_build %install %cmake_install %check %ctest %files %license LICENSE NOTICE %doc README.md bin/elasticurl/README.md %{_bindir}/elasticurl %files libs %{_libdir}/libaws-c-http.so.1{,.*} %files devel %{_libdir}/libaws-c-http.so %dir %{_includedir}/aws/http %{_includedir}/aws/http/*.h %dir %{_libdir}/cmake/aws-c-http %dir %{_libdir}/cmake/aws-c-http/shared %{_libdir}/cmake/aws-c-http/aws-c-http-config.cmake %{_libdir}/cmake/aws-c-http/shared/aws-c-http-targets-noconfig.cmake %{_libdir}/cmake/aws-c-http/shared/aws-c-http-targets.cmake %changelog * Fri May 03 2024 Dominik Wombacher - 0.8.1-1 - update to 0.8.1 * Fri Feb 04 2022 David - 0.6.8-4 - Update and verify spec file for review * Thu Feb 03 2022 Kyle Knapp - 0.6.8-3 - Update specfile based on review feedback * Wed Feb 02 2022 David Duncan - 0.6.8-2 - Prepare for package review * Tue Jan 18 2022 Kyle Knapp - 0.6.8-1 - Initial package development