Would that be correct?
%install
# Create the directory structure for the test programs
mkdir -p %{buildroot}%{_libexecdir}/%{name}/qt6
mkdir -p %{buildroot}%{_libexecdir}/%{name}/qt5

# Copy the test programs to the appropriate directories
cp -a ./release-qt6/redhat-linux-build/HotkeyTest/HotkeyTest 
%{buildroot}%{_libexecdir}/%{name}/qt6/HotkeyTest
cp -a ./release-qt5/redhat-linux-build/HotkeyTest/HotkeyTest 
%{buildroot}%{_libexecdir}/%{name}/qt5/HotkeyTest

Regards
Martin
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to