Compare commits
10 Commits
60f6b72a33
...
e5e79ce218
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5e79ce218 | ||
|
|
97383b8b95 | ||
|
|
c983d24a7c | ||
|
|
d24ebdb066 | ||
|
|
7a0c53439d | ||
|
|
66023a6ff2 | ||
|
|
51001728f1 | ||
|
|
8533ee5401 | ||
|
|
a22a15dd92 | ||
|
|
592391e720 |
@ -1,13 +1,14 @@
|
|||||||
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||||
Name: qt5-qtsensors
|
Name: qt5-qtsensors
|
||||||
Version: 5.11.1
|
Version: 5.15.2
|
||||||
Release: 5
|
Release: 2
|
||||||
Summary: The Qt5 Sensors library
|
Summary: The Qt5 Sensors library
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
URL: http://www.qt.io/
|
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
|
%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: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
BuildRequires: make chrpath
|
||||||
|
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
Provides: %{name}-examples = %{version}-%{release}
|
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.
|
mobile and embedded systems without rewriting the source code.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: qt5-qtbase-devel%{?_isa}
|
Requires: qt5-qtbase-devel%{?_isa}
|
||||||
%description devel
|
%description devel
|
||||||
Development files for qt5-qtsensors.
|
Development files for qt5-qtsensors.
|
||||||
|
|
||||||
@ -45,6 +46,8 @@ for prl_file in libQt5*.prl ; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
popd
|
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
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -69,5 +72,14 @@ popd
|
|||||||
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
|
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
qt5-qtsensors.yaml
Normal file
4
qt5-qtsensors.yaml
Normal 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.
BIN
qtsensors-everywhere-src-5.15.2.tar.xz
Normal file
BIN
qtsensors-everywhere-src-5.15.2.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user