2024-01-05 17:14:27 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: qt6-qtshadertools
|
2024-10-24 14:55:24 +02:00
|
|
|
Version: 6.8.0
|
2024-01-05 17:14:27 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Qt6 shader tools component
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.qt.io/
|
|
|
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtshadertools-everywhere-src-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-10-24 14:55:24 +02:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6Gui
|
2024-01-05 17:14:27 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxkbcommon-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
Qt6 shader tools component.
|
|
|
|
|
|
|
|
%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 qtshadertools-everywhere-src-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libQt6ShaderTools.so.*
|
2024-01-05 17:14:29 +01:00
|
|
|
%{_libdir}/qt6/metatypes/qt6shadertools_release_metatypes.json
|
|
|
|
%{_libdir}/qt6/modules/ShaderTools.json
|
2024-01-05 17:14:27 +01:00
|
|
|
%doc LICENSES
|
2024-01-05 17:14:27 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/qt6/bin/qsb
|
|
|
|
%dir %{_includedir}/qt6/QtShaderTools
|
|
|
|
%{_includedir}/qt6/QtShaderTools/*
|
|
|
|
%{_libdir}/libQt6ShaderTools.prl
|
|
|
|
%{_libdir}/libQt6ShaderTools.so
|
|
|
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_shadertools*.pri
|
|
|
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtShaderToolsTestsConfig.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6ShaderTools
|
|
|
|
%{_libdir}/cmake/Qt6ShaderTools/Qt6ShaderTools*.cmake
|
|
|
|
%dir %{_libdir}/cmake/Qt6ShaderToolsTools
|
|
|
|
%{_libdir}/cmake/Qt6ShaderToolsTools/Qt6ShaderTools*.cmake
|
2024-01-05 17:14:27 +01:00
|
|
|
%{_libdir}/pkgconfig/Qt6ShaderTools.pc
|
2024-01-05 17:14:27 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-10-24 14:55:24 +02:00
|
|
|
* Sat Oct 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.8.0-1mamba
|
|
|
|
- update to 6.8.0
|
|
|
|
|
2024-10-11 22:12:18 +02:00
|
|
|
* Tue Oct 08 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-25 00:10:30 +02:00
|
|
|
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-08 10:37:38 +02:00
|
|
|
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 6.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-25 14:38:49 +02:00
|
|
|
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-1mamba
|
|
|
|
- update to 6.7.0
|
|
|
|
|
2024-04-03 01:21:15 +02:00
|
|
|
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 6.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-22 11:38:25 +01:00
|
|
|
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 6.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:33 +01:00
|
|
|
* Tue Nov 28 2023 Automatic Build System <autodist@mambasoft.it> 6.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:33 +01:00
|
|
|
* Tue Oct 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6.0-1mamba
|
|
|
|
- update to 6.6.0
|
|
|
|
|
2024-01-05 17:14:32 +01:00
|
|
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:31 +01:00
|
|
|
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:30 +01:00
|
|
|
* Sun May 28 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:29 +01:00
|
|
|
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
|
|
|
|
- update to 6.5.0
|
|
|
|
|
2024-01-05 17:14:29 +01:00
|
|
|
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:28 +01:00
|
|
|
* Sat Jan 07 2023 Automatic Build System <autodist@mambasoft.it> 6.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Wed Nov 16 2022 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
|
|
|
|
- update to 6.4.0
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Sat Jun 18 2022 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Sat Mar 19 2022 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Sat Jan 29 2022 Automatic Build System <autodist@mambasoft.it> 6.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:14:27 +01:00
|
|
|
* Wed Dec 08 2021 Automatic Build System <autodist@mambasoft.it> 6.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|