%qt6_install_tests: also install source files
Resolves: RHEL-35968
This commit is contained in:
parent
ffe23e0c2e
commit
9f93017d04
@ -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 \\\
|
||||
|
6
qt6.spec
6
qt6.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user