Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e5e79ce218
!11 [sync] PR-10: del rpath in grue plugin
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-08-23 01:29:40 +00:00
cherry530
97383b8b95 del runpath
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit f7c4f415eb06209032fed12100c8b89ffe13fcbe)
2022-08-23 09:15:42 +08:00
openeuler-ci-bot
c983d24a7c
!9 update to upstream version 5.15.2
Merge pull request !9 from pei-jiankang/openEuler-22.03-LTS-Next
2022-01-20 07:48:07 +00:00
pei-jiankang
d24ebdb066 update to upstream version 5.15.2 2022-01-17 16:28:00 +08:00
openeuler-ci-bot
7a0c53439d !6 del rpath in grue plugin
From: @si-gui
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-10 02:26:40 +00:00
sunguoshuai
66023a6ff2 del rpath in grue plugin 2021-09-09 16:58:11 +08:00
openeuler-ci-bot
51001728f1 !3 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 15:09:18 +08:00
kkkl12
8533ee5401 Fix Source0 2020-09-14 14:52:07 +08:00
openeuler-ci-bot
a22a15dd92 !2 add yaml file
Merge pull request !2 from sugarfillet/master
2020-05-15 10:39:55 +08:00
sugarfillet
592391e720 add yaml file 2020-05-08 15:59:14 +08:00
4 changed files with 28 additions and 12 deletions

View File

@ -1,13 +1,14 @@
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
Name: qt5-qtsensors
Version: 5.11.1
Release: 5
Summary: The Qt5 Sensors library
License: LGPLv2 with exceptions or GPLv3 with exceptions
URL: http://www.qt.io/
Source0: https://download.qt.io/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
Name: qt5-qtsensors
Version: 5.15.2
Release: 2
Summary: The Qt5 Sensors library
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io/
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtsensors-everywhere-src-%{version}.tar.xz
BuildRequires: make chrpath
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
Provides: %{name}-examples = %{version}-%{release}
@ -19,9 +20,9 @@ write web-enabled applications once and deploy them across desktop,
mobile and embedded systems without rewriting the source code.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel%{?_isa}
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel%{?_isa}
%description devel
Development files for qt5-qtsensors.
@ -45,6 +46,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,5 +72,14 @@ popd
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
%changelog
* Mon Aug 22 2022 xu_ping <xuping33@h-partners.com> - 5.15.2-2
- del rpath in grue plugin
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
- update to upstream version 5.15.2
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
- Fix Source0
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-5
- Package init

4
qt5-qtsensors.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://code.qt.io/qt/qtsensors.git
tag_prefix: "^v"
separator: "."

Binary file not shown.