Name: font-awesome Summary: A C++ Font Awesome for Qt Applications Version: 6.5.1 Release: 1%{?dist} License: MIT URL: https://github.com/gamecreature/QtAwesome Source0: https://github.com/gamecreature/QtAwesome/archive/refs/tags/%{name}-%{version}.tar.gz ## upstream patches BuildRequires: cmake BuildRequires: ninja-build BuildRequires: gcc-c++ BuildRequires: cmake(Qt6Widgets) %description QtAwesome is a library to add Font Awesome icons to your Qt application. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake(Qt6Widgets) %description devel %{summary}. %prep %autosetup -p1 -n QtAwesome-%{name}-%{version} %build %cmake_qt6 \ -DQT_VERSION_MAJOR=6 %cmake_build %install %cmake_install %files %doc README.md CHANGES.md %license LICENSE.md %{_qt6_libdir}/libQtAwesome.so %files devel %{_includedir}/QtAwesome/ %{_qt6_libdir}/cmake/QtAwesome/ %changelog * Sun Jan 07 2024 Marie Loise Nolden - 6.5.1-1 - initial package for Qt6