Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d441b19fc2
!15 [sync] PR-14: update to version 5.15.10-1
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-30 12:00:56 +00:00
huayadong
8675b31bbe update to version 5.15.10-1
(cherry picked from commit 617be021dfb900949fdab71748546da7502c2a58)
2023-08-24 20:41:37 +08:00
openeuler-ci-bot
69f24bdd76
!13 [sync] PR-10: del rpath in grue plugin
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-08-23 01:30:39 +00:00
cherry530
5371d80b57 del runpath
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit f7c4f415eb06209032fed12100c8b89ffe13fcbe)
2022-08-23 09:15:52 +08:00
openeuler-ci-bot
6b5574f27e
!7 update to upstream version 5.15.2
Merge pull request !7 from pei-jiankang/master
2022-01-10 11:23:35 +00:00
pei-jiankang
bdd6af8e07 update to upstream version 5.15.2 2021-12-30 14:05:06 +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 48 additions and 14 deletions

View File

@ -1,17 +1,23 @@
%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
Summary: The Qt5 Sensors library
Name: qt5-qtsensors
Version: 5.15.10
Release: 1
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-opensource-src-%{version}.tar.xz
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
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}
Obsoletes: %{name}-examples < %{version}-%{release}
#Provides: %{name}-examples = %{version}-%{release}
#Obsoletes: %{name}-examples < %{version}-%{release}
%description
Qt is a cross-platform application and UI framework. Using Qt, you can
@ -19,12 +25,19 @@ 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.
%package examples
Summary: Programming examples for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description examples
%{summary}.
%prep
%autosetup -n qtsensors-everywhere-src-%{version} -p1
@ -45,6 +58,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
@ -68,6 +83,21 @@ popd
%{_libdir}/cmake/Qt5Sensors/Qt5SensorsConfig*.cmake
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
%files examples
%{_qt5_examplesdir}/
%changelog
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.10-1
- update to version 5.15.10-1
* 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.