forked from pool/libqt5-qt3d
Accepting request 856348 from KDE:Qt:5.15
- Drop baselibs.conf, -32bit packages are not used anywhere and due to system assimp not providing -32bit packages broken anyway - Fix links in %{_bindir} OBS-URL: https://build.opensuse.org/request/show/856348 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=30
This commit is contained in:
commit
285fce4e76
@ -1,12 +0,0 @@
|
|||||||
libQt53DCore5
|
|
||||||
libQt53DAnimation5
|
|
||||||
libQt53DExtras5
|
|
||||||
libQt53DInput5
|
|
||||||
libQt53DLogic5
|
|
||||||
libQt53DQuick5
|
|
||||||
libQt53DQuickAnimation5
|
|
||||||
libQt53DQuickExtras5
|
|
||||||
libQt53DQuickInput5
|
|
||||||
libQt53DQuickRender5
|
|
||||||
libQt53DQuickScene2D5
|
|
||||||
libQt53DRender5
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 15 08:15:38 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- 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 <fabian@ritter-vogt.de>
|
Fri Nov 20 12:08:42 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
|||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
URL: https://www.qt.io
|
URL: https://www.qt.io
|
||||||
Source: https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libQt5Bootstrap-devel-static >= %{version}
|
BuildRequires: libQt5Bootstrap-devel-static >= %{version}
|
||||||
BuildRequires: libQt5Concurrent-devel >= %{version}
|
BuildRequires: libQt5Concurrent-devel >= %{version}
|
||||||
@ -419,8 +418,8 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
pushd %{buildroot}%{_libqt5_bindir}
|
pushd %{buildroot}%{_libqt5_bindir}
|
||||||
for i in * ; do
|
for i in * ; do
|
||||||
ln -s %{libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
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}
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user