%qt6_install_tests: also install source files

Resolves: RHEL-35968
This commit is contained in:
Jan Grulich 2024-06-06 12:47:35 +02:00
parent ffe23e0c2e
commit 9f93017d04
2 changed files with 6 additions and 5 deletions

View File

@ -83,10 +83,7 @@
pushd tests/auto \
find . -type f \\\
! -path '*/.*' \\\
! -name '*.h' \\\
! -name '*.cpp' \\\
! -name 'CMakeLists.txt' \\\
-exec cp -r --parents {} %{buildroot}%{_qt6_archdatadir}/tests \\\; \
-exec cp -r --parents {} %{buildroot}%{_qt6_archdatadir}/tests \\\; \ \
popd \
pushd %_vpath_srcdir/%_vpath_builddir/tests/auto \
find . -type f -executable \\\

View File

@ -1,7 +1,7 @@
Name: qt6
Version: 6.7.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Qt6 meta package
License: GPL-3.0-only
URL: https://getfedora.org/
@ -149,6 +149,10 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%changelog
* Thu Jun 06 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- %qt6_install_tests: also install source files
Resolves: RHEL-35968
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430