%define majver %(echo %version | cut -d. -f1-2) Name: qt5-qtimageformats Version: 5.15.7 Release: 1mamba Summary: Qt5 image formats components Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.qt.io/ Source: https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/qtimageformats-everywhere-opensource-src-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libjasper-devel BuildRequires: libmng-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libwebp-devel BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END %description Qt5 image formats components. %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q -n qtimageformats-everywhere-src-%{version} %build %_qt5_qmake %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %dir %{_libdir}/qt5/plugins/imageformats %{_libdir}/qt5/plugins/imageformats/lib*.so %doc LICENSE.* %files devel %defattr(-,root,root) %{_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake %changelog * Mon Nov 07 2022 Silvan Calarco 5.15.7-1mamba - update to 5.15.7 * Sat Nov 13 2021 Silvan Calarco 5.15.2-1mamba - package created using the webbuild interface