Update to 5.8.0
- new upstream version
This commit is contained in:
parent
b0678d713c
commit
b7cf610f7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/qtscript-opensource-src-5.7.1.tar.xz
|
/qtscript-opensource-src-5.7.1.tar.xz
|
||||||
|
/qtscript-opensource-src-5.8.0.tar.xz
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
|
|
||||||
%global qt_module qtscript
|
%global qt_module qtscript
|
||||||
|
|
||||||
%define docs 1
|
# To build without qttools doctools package, just undefine docs
|
||||||
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
|
%global docs 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: Qt5 - QtScript component
|
Summary: Qt5 - QtScript component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.7.1
|
Version: 5.8.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
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: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||||
|
|
||||||
# add s390(x0 support to Platform.h (taken from webkit)
|
# add s390(x0 support to Platform.h (taken from webkit)
|
||||||
Patch0: qtscript-opensource-src-5.5.0-s390.patch
|
Patch0: qtscript-opensource-src-5.5.0-s390.patch
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
|
||||||
BuildRequires: qt5-qttools-static >= %{version}
|
|
||||||
# aka ^^
|
|
||||||
BuildRequires: pkgconfig(Qt5UiTools)
|
BuildRequires: pkgconfig(Qt5UiTools)
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,8 +39,8 @@ Requires: qt5-qtbase-devel%{?_isa}
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: qt5-qdoc
|
BuildRequires: qt5-doctools
|
||||||
BuildRequires: qt5-qhelpgenerator
|
BuildRequires: qt5-qtbase-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -118,17 +118,15 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
|||||||
%{_qt5_docdir}/qtscript/
|
%{_qt5_docdir}/qtscript/
|
||||||
%{_qt5_docdir}/qtscripttools.qch
|
%{_qt5_docdir}/qtscripttools.qch
|
||||||
%{_qt5_docdir}/qtscripttools/
|
%{_qt5_docdir}/qtscripttools/
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?_qt5_examplesdir:1}
|
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-3
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- new upstream version
|
||||||
|
|
||||||
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
||||||
- 5.7.1 dec5 snapshot
|
- 5.7.1 dec5 snapshot
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtscript-opensource-src-5.7.1.tar.xz) = 6bde4add16745475d42c0fda0d3451a77717b14dca12b40a4e3cebc9e2b6edb04da23ebf9af46010135066524dd8ea0453a07420cf42228fd7ed5249b633a95c
|
SHA512 (qtscript-opensource-src-5.8.0.tar.xz) = 4eb56c83e8a1826e1a2a36096738a55c702c775a040f09ff2d351527d6cd02a21d48e0f45022691c0e5166aa9881fe70f5596df5eac78c23143ccb829ba54b06
|
||||||
|
Loading…
Reference in New Issue
Block a user