Name: qt-jpegxl-image-plugin Version: 0.4.0 Release: %autorelease Summary: Qt plug-in to allow Qt and KDE based applications to read/write JXL imagess License: GPLv3 URL: https://github.com/novomesk/qt-jpegxl-image-plugin Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: pkgconfig(libbrotlicommon) BuildRequires: pkgconfig(libjxl) BuildRequires: pkgconfig(Qt5) BuildRequires: qt5-rpm-macros %description Qt plug-in to allow Qt and KDE based applications to read/write JPEG XL images. %prep %autosetup -p1 -n %{name}-%{version} %build %cmake %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_qt5_plugindir}/imageformats/libqjpegxl5.so %changelog %autochangelog