Name: photoflare Version: 1.7.0 Release: 1%{?dist} Summary: Image editor License: GPL-3.0 URL: https://github.com/PhotoFlare/photoflare Source0: https://github.com/PhotoFlare/photoflare/archive/refs/tags/v%{version}.tar.gz BuildRequires: qt6-qtbase-devel BuildRequires: qt6-linguist BuildRequires: GraphicsMagick-c++-devel BuildRequires: gcc-c++ Requires: qt6-qtimageformats Recommends: gmic %description Photoflare is a cross-platform image editor with an aim to balance between powerful features and a very friendly graphical user interface. It suits a wide variety of different tasks and users who value a more nimble workflow. Features include basic image editing capabilities, paint brushes, image filters, colour adjustments and more advanced features such as Batch image processing. %prep %setup -q %build %{qmake_qt6} CONFIG+=packaging %make_build %install %make_install INSTALL_ROOT=%{buildroot} %files %license LICENSE.md %{_bindir}/%{name} #{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/metainfo/*%{name}.appdata.xml %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/pixmaps/%{name}.png %{_mandir}/man1/%{name}.1* %changelog