Name: aws-c-mqtt Version: 0.10.4 Release: 1%{?dist} Summary: C99 implementation of the MQTT 3.1.1 and MQTT 5 specifications. License: Apache-2.0 URL: https://github.com/awslabs/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: aws-c-mqtt-cmake.patch BuildRequires: gcc BuildRequires: cmake BuildRequires: openssl-devel BuildRequires: aws-c-io-devel BuildRequires: aws-c-http-devel BuildRequires: aws-c-compression-devel Requires: openssl-libs Requires: aws-c-io-libs Requires: aws-c-http-libs Requires: aws-c-compression-libs %description C99 implementation of the MQTT 3.1.1 and MQTT 5 specifications. %package libs Summary: C99 implementation of the MQTT 3.1.1 and MQTT 5 specifications. Requires: %{name}%{?_isa} = %{version}-%{release} %description libs C99 implementation of the MQTT 3.1.1 and MQTT 5 specifications. %package devel Summary: C99 implementation of the MQTT 3.1.1 and MQTT 5 specifications. Requires: openssl-devel Requires: aws-c-io-devel Requires: aws-c-http-devel Requires: aws-c-compression-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel C99 implementation of the MQTT 3.1.1 specification %prep %autosetup -p1 %build %cmake -DBUILD_SHARED_LIBS=ON %cmake_build %install %cmake_install %check %ctest %files %license LICENSE NOTICE %doc README.md %{_bindir}/elastipubsub %{_bindir}/elastipubsub5 %{_bindir}/mqtt5canary %files libs %{_libdir}/libaws-c-mqtt.so.1{,.*} %files devel %{_libdir}/libaws-c-mqtt.so %dir %{_includedir}/aws/mqtt %dir %{_includedir}/aws/mqtt/v5 %dir %{_includedir}/aws/mqtt/private %{_includedir}/aws/mqtt/*.h %{_includedir}/aws/mqtt/v5/*.h %{_includedir}/aws/mqtt/private/mqtt_client_test_helper.h %dir %{_libdir}/cmake/aws-c-mqtt %dir %{_libdir}/cmake/aws-c-mqtt/shared %{_libdir}/cmake/aws-c-mqtt/aws-c-mqtt-config.cmake %{_libdir}/cmake/aws-c-mqtt/shared/aws-c-mqtt-targets-noconfig.cmake %{_libdir}/cmake/aws-c-mqtt/shared/aws-c-mqtt-targets.cmake %changelog * Fri May 03 2024 Dominik Wombacher - 0.10.4-1 - update to 0.10.4 * Wed Feb 02 2022 David Duncan - 0.7.8-3 - Prepare for package review * Tue Jan 25 2022 Kyle Knapp - 0.7.8-2 - Add patch to make missing API accessible when a shared library * Tue Jan 18 2022 Kyle Knapp - 0.7.8-1 - Initial package development