Compare commits
9 Commits
6.6.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
b0de20a44c | |||
99404993ab | |||
07e12bd707 | |||
0cfa7f4acd | |||
5ee9229407 | |||
ea7050cde7 | |||
0e86994109 | |||
4ff6279cfa | |||
0d54c64d80 |
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: qt6-qtimageformats
|
Name: qt6-qtimageformats
|
||||||
Version: 6.6.3
|
Version: 6.9.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt6 image formats components
|
Summary: Qt6 image formats components
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,15 +13,16 @@ Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-turbo
|
||||||
BuildRequires: libmng-devel
|
BuildRequires: libmng-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,7 +36,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qtimageformats-everywhere-src-%{version}
|
%setup -q -n qtimageformats-everywhere-src-%{version}
|
||||||
@ -56,6 +56,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/qt6/plugins/imageformats
|
%dir %{_libdir}/qt6/plugins/imageformats
|
||||||
%{_libdir}/qt6/plugins/imageformats/lib*.so
|
%{_libdir}/qt6/plugins/imageformats/lib*.so
|
||||||
|
%{_qt6_archdatadir}/sbom/qtimageformats-%{version}.spdx
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -66,6 +67,33 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/cmake/Qt6Gui/Qt6*.cmake
|
%{_libdir}/cmake/Qt6Gui/Qt6*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 06 2025 Automatic Build System <autodist@openmamba.org> 6.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 28 2025 Automatic Build System <autodist@openmamba.org> 6.8.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 03 2025 Automatic Build System <autodist@openmamba.org> 6.8.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 6.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.8.0-1mamba
|
||||||
|
- update to 6.8.0
|
||||||
|
|
||||||
|
* Tue Oct 08 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 6.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-1mamba
|
||||||
|
- update to 6.7.0
|
||||||
|
|
||||||
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 6.6.3-1mamba
|
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 6.6.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user