Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
12562465c7 !11 Fix source0
From: @kkkl12
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
2020-09-18 15:43:03 +08:00
kkkl12
9953d242fa fix Source0 2020-09-18 09:45:52 +08:00
openeuler-ci-bot
559d0c2e95 !6 modify python buildrequire
Merge pull request !6 from 严志华/master
2020-02-22 22:16:39 +08:00
daidai_is_here
02927f13a3 modify python buildrequire 2020-02-22 22:13:10 +08:00
openeuler-ci-bot
8ba815c9f9 !5 回退 'Pull Request !4 : modify python buildrequire'
Merge pull request !5 from 严志华/revert-merge-4-master
2020-02-22 22:07:28 +08:00
严志华
0351a1586b 回退 'Pull Request !4 : modify python buildrequire' 2020-02-22 22:06:05 +08:00
openeuler-ci-bot
2dba788374 !4 modify python buildrequire
Merge pull request !4 from 严志华/master
2020-02-22 21:59:20 +08:00
daidai_is_here
b6d65b49ff modify python buildrequire 2020-02-22 13:19:55 +08:00
openeuler-ci-bot
6e0475fe12 !2 回退 'Pull Request !1 : Architecture select '
Merge pull request !2 from 严志华/revert-merge-1-master
2020-01-02 10:04:23 +08:00
严志华
6d62f9bd78 回退 'Pull Request !1 : Architecture select ' 2019-12-30 16:15:52 +08:00
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +0,0 @@
<constraints>
<linux><version>
<min>4.0</min>
</version></linux>
</constraints>

View File

@ -2,16 +2,16 @@
Name: qt5-qtdeclarative
Version: 5.11.1
Release: 4
Release: 6
License: LGPLv2 with exceptions or GPLv3 with exceptions
Summary: Qt5 module for declarative framework
Url: http://www.qt.io
Source0: https://download.qt.io/official_releases/qt/5.11/%{version}/submodules/qtdeclarative-everywhere-src-%{version}.tar.xz
Source0: https://download.qt.io/new_archive/qt/5.11/%{version}/submodules/qtdeclarative-everywhere-src-%{version}.tar.xz
Source1: qv4global_p-multilib.h
Patch0001: qtdeclarative-opensource-src-5.11.0-no_sse2.patch
Obsoletes: qt5-qtjsbackend < 5.2.0 qt5-qtdeclarative-render2d < 5.7.1-10
BuildRequires: gcc-c++ qt5-rpm-macros >= %{version} qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-private-devel qt5-qtxmlpatterns-devel >= %{version} python3
BuildRequires: qt5-qtbase-private-devel qt5-qtxmlpatterns-devel >= %{version} python3 python2
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
%if 0%{?tests}
@ -115,6 +115,12 @@ make check -k -C tests ||:
%changelog
* Fri Sep 18 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
- Fix Source0
* Sat Feb 22 2020 yanzhihua <yanzhihua4@huawei.com> - 5.11.1-5
- modify python buildrequire
* Thu Nov 07 2019 yanzhihua <yanzhihua4@huawei.com> - 5.11.1-4
- Package init