Name: agentpp Version: 4.7.2 Release: 1.20260529165457159749.master%{?dist} Summary: Agent++ - C++ SNMP agent development framework License: Apache-2.0 URL: https://agentpp.com Source0: agent++-4.7.2.tar.gz Patch0: agent-pp-cmakelists.patch BuildRequires: cmake >= 3.1 BuildRequires: gcc-c++ BuildRequires: ninja-build BuildRequires: openssl-devel BuildRequires: snmppp-devel %description Agent++ is a powerful C++ SNMP agent development framework. It provides a framework for building SNMP agents supporting SNMPv1, SNMPv2c, and SNMPv3 including encryption, authentication, and the AgentX protocol. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: snmppp-devel %description devel Development headers and libraries for Agent++. %prep %autosetup -n agent++-4.7.2 -p0 %build %cmake \ -GNinja \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} %cmake_build %install %cmake_install find %{buildroot} -name '*.a' -delete # Remove example/test utilities if any rm -rf %{buildroot}%{_bindir} %files %{_libdir}/libagent++.so.* %files devel %{_includedir}/libagent.h %{_includedir}/agent_pp/ %{_libdir}/libagent++.so %changelog * Fri May 29 2026 Hagalín Ásgrímur Guðmundsson - 4.7.2-1.20260529165457159749.master - Development snapshot (04dd146d) * Tue May 27 2025 DevOps - 4.7.2-1 - Initial packaging for Rocky Linux 9