del rpath in grue plugin
This commit is contained in:
parent
51001728f1
commit
66023a6ff2
@ -1,13 +1,13 @@
|
||||
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||
Name: qt5-qtsensors
|
||||
Version: 5.11.1
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: The Qt5 Sensors library
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
URL: http://www.qt.io/
|
||||
Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtsensors-everywhere-src-5.11.1.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel chrpath
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
Provides: %{name}-examples = %{version}-%{release}
|
||||
@ -45,6 +45,8 @@ for prl_file in libQt5*.prl ; do
|
||||
fi
|
||||
done
|
||||
popd
|
||||
chrpath -d %{buildroot}%{_libdir}/qt5/examples/sensors/grue/sensors/libqtsensors_grue.so
|
||||
chrpath -d %{buildroot}%{_libdir}/qt5/examples/sensors/grue/Grue/libdeclarative_grue.so
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -69,6 +71,9 @@ popd
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
|
||||
|
||||
%changelog
|
||||
* Thu Sep 09 2021 sunguoshuai <sunguoshuai@huawei.com> - 5.11.1-7
|
||||
- del rpath in grue plugin
|
||||
|
||||
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
|
||||
- Fix Source0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user