Compare commits

..

No commits in common. 'cs10' and 'epel9' have entirely different histories.
cs10 ... epel9

28
.gitignore vendored

@ -1 +1,27 @@
SOURCES/qtshadertools-everywhere-src-6.8.1.tar.xz /qtshadertools-everywhere-src-6.0.0.tar.xz
/qtshadertools-everywhere-src-6.0.1.tar.xz
/qtshadertools-everywhere-src-6.0.3.tar.xz
/qtshadertools-everywhere-src-6.1.0.tar.xz
/qtshadertools-everywhere-src-6.1.1.tar.xz
/qtshadertools-everywhere-src-6.1.2.tar.xz
/qtshadertools-everywhere-src-6.2.0-beta3.tar.xz
/qtshadertools-everywhere-src-6.2.0-beta4.tar.xz
/qtshadertools-everywhere-src-6.2.0-rc.tar.xz
/qtshadertools-everywhere-src-6.2.0-rc2.tar.xz
/qtshadertools-everywhere-src-6.2.0.tar.xz
/qtshadertools-everywhere-src-6.2.1.tar.xz
/qtshadertools-everywhere-src-6.2.2.tar.xz
/qtshadertools-everywhere-src-6.2.3.tar.xz
/qtshadertools-everywhere-src-6.3.0.tar.xz
/qtshadertools-everywhere-src-6.3.1.tar.xz
/qtshadertools-everywhere-src-6.4.0.tar.xz
/qtshadertools-everywhere-src-6.4.1.tar.xz
/qtshadertools-everywhere-src-6.4.2.tar.xz
/qtshadertools-everywhere-src-6.4.3.tar.xz
/qtshadertools-everywhere-src-6.5.0.tar.xz
/qtshadertools-everywhere-src-6.5.1.tar.xz
/qtshadertools-everywhere-src-6.5.2.tar.xz
/qtshadertools-everywhere-src-6.5.3.tar.xz
/qtshadertools-everywhere-src-6.6.0.tar.xz
/qtshadertools-everywhere-src-6.6.1.tar.xz
/qtshadertools-everywhere-src-6.6.2.tar.xz

@ -1 +0,0 @@
9cae6c63fa71cd02444bacba3ea5378083e7705d SOURCES/qtshadertools-everywhere-src-6.8.1.tar.xz

@ -0,0 +1,3 @@
# qt6-qtshadertools
The qt6-qtshadertools package

@ -6,12 +6,10 @@
%global prerelease rc2 %global prerelease rc2
%endif %endif
%global build_tests 1
Summary: Qt6 - Qt Shader Tools module builds on the SPIR-V Open Source Ecosystem Summary: Qt6 - Qt Shader Tools module builds on the SPIR-V Open Source Ecosystem
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.8.1 Version: 6.6.2
Release: 2%{?dist} Release: 1%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io Url: http://www.qt.io
@ -46,23 +44,13 @@ Requires: qt6-qtbase-devel%{?_isa}
%description devel %description devel
%{summary}. %{summary}.
%if 0%{?build_tests}
%package tests
Summary: Unit tests for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tests
%{summary}.
%endif
%prep %prep
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
%build %build
%cmake_qt6 \ %cmake_qt6
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
-DQT_BUILD_TESTS=%{?build_tests:ON}%{!?build_tests:OFF}
%cmake_build %cmake_build
@ -70,10 +58,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%install %install
%cmake_install %cmake_install
%if 0%{?build_tests}
%qt6_install_tests
%endif
# hardlink files to %{_bindir}, add -qt6 postfix to not conflict # hardlink files to %{_bindir}, add -qt6 postfix to not conflict
mkdir %{buildroot}%{_bindir} mkdir %{buildroot}%{_bindir}
pushd %{buildroot}%{_qt6_bindir} pushd %{buildroot}%{_qt6_bindir}
@ -106,11 +90,11 @@ popd
%files %files
%license LICENSES/* %license LICENSES/*
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
%{_bindir}/qsb-qt6 %{_bindir}/qsb-qt6
%{_qt6_bindir}/qsb %{_qt6_bindir}/qsb
%{_qt6_libdir}/libQt6ShaderTools.so.6* %{_qt6_libdir}/libQt6ShaderTools.so.6*
%files devel %files devel
%{_qt6_archdatadir}/mkspecs/modules/*.pri %{_qt6_archdatadir}/mkspecs/modules/*.pri
%{_qt6_libdir}/qt6/modules/*.json %{_qt6_libdir}/qt6/modules/*.json
@ -125,44 +109,9 @@ popd
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json %{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
%{_qt6_libdir}/pkgconfig/Qt6ShaderTools.pc %{_qt6_libdir}/pkgconfig/Qt6ShaderTools.pc
%if 0%{?build_tests}
%files tests
%{_qt6_archdatadir}/tests
%endif
%changelog %changelog
* Thu Dec 05 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2 * Thu Feb 15 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.2-1
- Move Software Bill of Materials from -devel - 6.6.2
Resolves: RHEL-53982
* Tue Dec 03 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
- 6.8.1
Resolves: RHEL-53982
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-3
- Bump release for June 2024 mass rebuild
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- Add rpminspect.yaml
Resolves: RHEL-36430
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430
* Thu Apr 18 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
- 6.7.0
Resolves: RHEL-27845
Resolves: RHEL-31166
* Wed Mar 27 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
- Add -tests subpackage with unit tests that can run in CI
Resolves: RHEL-28239
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.1-3 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

@ -0,0 +1 @@
SHA512 (qtshadertools-everywhere-src-6.6.2.tar.xz) = f016b55d229bf331141bf439de2b094080c601efca524f2f904e8767e6c3d82f097e62e671014e44680bd63c966509eb45f55d1b661b56ed65b13f987e9bb9c5
Loading…
Cancel
Save