From b9b3ed74eb4082e6cc1adfea411b40777959e1f9296261d862a795625acae676 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 15 Dec 2020 08:58:02 +0000 Subject: [PATCH] - Fix links in %{_bindir} OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qt3d?expand=0&rev=17 --- libqt5-qt3d.changes | 1 + libqt5-qt3d.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libqt5-qt3d.changes b/libqt5-qt3d.changes index 431f72b..2032c60 100644 --- a/libqt5-qt3d.changes +++ b/libqt5-qt3d.changes @@ -3,6 +3,7 @@ Tue Dec 15 08:15:38 UTC 2020 - Fabian Vogt - Drop baselibs.conf, -32bit packages are not used anywhere and due to system assimp not providing -32bit packages broken anyway +- Fix links in %{_bindir} ------------------------------------------------------------------- Fri Nov 20 12:08:42 UTC 2020 - Fabian Vogt diff --git a/libqt5-qt3d.spec b/libqt5-qt3d.spec index eec5c0a..2437dff 100644 --- a/libqt5-qt3d.spec +++ b/libqt5-qt3d.spec @@ -418,8 +418,8 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la mkdir -p %{buildroot}%{_bindir} pushd %{buildroot}%{_libqt5_bindir} for i in * ; do - ln -s %{libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5 - ln -s %{libqt5_bindir}/$i %{buildroot}%{_bindir}/${i} + ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5 + ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i} done popd %endif