Name: cpprest Version: 2.10.19 Release: 1.20260529110657366346.master%{?dist} Summary: C++ REST SDK (Microsoft Casablanca) License: MIT URL: https://github.com/microsoft/cpprestsdk Source0: cpprestsdk-2.10.19.tar.gz BuildRequires: cmake >= 3.1 BuildRequires: gcc-c++ BuildRequires: ninja-build BuildRequires: boost-devel BuildRequires: openssl-devel BuildRequires: zlib-devel %description The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: boost-devel Requires: openssl-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n cpprestsdk-2.10.19 %build %cmake \ -GNinja \ -DBUILD_TESTS=OFF \ -DBUILD_SAMPLES=OFF \ -DWERROR=OFF \ -DCPPREST_EXCLUDE_WEBSOCKETS=ON %cmake_build %install %cmake_install # Remove static libs if present find %{buildroot} -name '*.a' -delete %files %license license.txt %doc README.md %{_libdir}/libcpprest.so.2* %files devel %{_includedir}/cpprest/ %{_includedir}/pplx/ %{_libdir}/libcpprest.so %{_libdir}/cmake/cpprestsdk/ %changelog * Fri May 29 2026 Hagalín Ásgrímur Guðmundsson - 2.10.19-1.20260529110657366346.master - Development snapshot (cbd85888) * Fri May 29 2026 Hagalín Ásgrímur Guðmundsson - 2.10.19-1.20260529110628821647.master - Development snapshot (cbd85888) * Fri May 29 2026 Hagalín Ásgrímur Guðmundsson - 2.10.19-1.20260529110342995243.master - Development snapshot (0fc35ac8) * Tue May 27 2025 DevOps - 2.10.19-1 - Initial packaging for Rocky Linux 9