# No executables/binaries in package %global debug_package %{nil} Name: xdg-utils-cxx Version: 1.0.1 Release: 1%{?dist} Summary: Implementation of the Free Desktop Standards in C++ License: MIT URL: https://github.com/azubieta/xdg-utils-cxx Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ %global _description \ This project was started to fulfill the need of a reliable implementations \ of such standards in the AppImage project. It is totally standalone and \ only depends on the standard c++ libraries (stdlib) %description %{_description} %prep %autosetup -p1 %build %cmake %cmake_build %install %cmake_install %check %ctest %files %doc README.md %license LICENSE %{_includedir}/XdgUtils/ %{_libdir}/XdgUtils/ %{_libdir}/cmake/XdgUtils/ %changelog * Sun Oct 22 2023 Steve Cossette - 1.0.1-1 - Initital release of xdg-utils-cxx