Compare commits
10 Commits
d84e5d5bac
...
97491b7556
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97491b7556 | ||
|
|
aa8c2deb2d | ||
|
|
112462b15a | ||
|
|
2aae783b2f | ||
|
|
1125fbf6ca | ||
|
|
be401373b7 | ||
|
|
9a2a01fd46 | ||
|
|
cc8be8efe0 | ||
|
|
5b073e5966 | ||
|
|
abc6b09c70 |
@ -1,13 +1,16 @@
|
||||
Name: qt5-qtxmlpatterns
|
||||
Version: 5.11.1
|
||||
Release: 4
|
||||
Version: 5.15.2
|
||||
Release: 1
|
||||
Summary: Provide support for XQuery, XPath, etc
|
||||
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/echo %{version} | cut -d. -f1-2/%{version}/submodules/qtxmlpatterns-everywhere-src-%{version}.tar.xz
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtxmlpatterns-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
%description
|
||||
This package is qt5-qtxmlpatterns component. It provides support for XQuery, XPath, etc.
|
||||
@ -16,8 +19,8 @@ This package is qt5-qtxmlpatterns component. It provides support for XQuery, XPa
|
||||
Summary: Programming examples and libraries for qt5-qtxmlpatterns development
|
||||
Requires: %{name} = %{version}-%{release} qt5-qtbase-devel
|
||||
|
||||
Provides: qt5-qtxmlpatterns-examples
|
||||
Obsoletes: qt5-qtxmlpatterns-examples
|
||||
Provides: qt5-qtxmlpatterns-examples = %{version}-%{release}
|
||||
Obsoletes: qt5-qtxmlpatterns-examples < %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains the programming examples and libraries for qt5-qtxmlpatterns development.
|
||||
@ -69,6 +72,8 @@ cd -
|
||||
%files
|
||||
%license LICENSE.LGPL*
|
||||
%{_qt5_libdir}/libQt5*.*
|
||||
%{_qt5_archdatadir}/qml/QtQuick/XmlListModel/
|
||||
|
||||
|
||||
%files devel
|
||||
%{_qt5_bindir}/xmlpatterns*
|
||||
@ -80,6 +85,12 @@ cd -
|
||||
%{_qt5_examplesdir}/
|
||||
|
||||
%changelog
|
||||
* 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-5
|
||||
- Fix Source0
|
||||
|
||||
* Mon Oct 28 2019 dongjian <dongjian13@huawei.com> - 5.11.1-4
|
||||
- Package init
|
||||
|
||||
|
||||
4
qt5-qtxmlpatterns.yaml
Normal file
4
qt5-qtxmlpatterns.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://code.qt.io/qt/qtxmlpatterns.git
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Binary file not shown.
BIN
qtxmlpatterns-everywhere-src-5.15.2.tar.xz
Normal file
BIN
qtxmlpatterns-everywhere-src-5.15.2.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user