- Update to final official beta

This commit is contained in:
Helio Chissini de Castro 2015-12-10 21:40:11 +01:00
parent a18e2d6d3d
commit 9303676c50
3 changed files with 17 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/qtwebchannel-opensource-src-5.5.0.tar.xz /qtwebchannel-opensource-src-5.5.0.tar.xz
/qtwebchannel-opensource-src-5.5.1-rc1.tar.xz /qtwebchannel-opensource-src-5.5.1-rc1.tar.xz
/qtwebchannel-opensource-src-5.6.0-beta.tar.gz

View File

@ -1,35 +1,25 @@
%global qt_module qtwebchannel %global qt_module qtwebchannel
# define to build docs, need to undef this for bootstrapping
# where qt5-qttools builds are not yet available
# only primary archs (for now), allow secondary to bootstrap
#global bootstrap 1
%if ! 0%{?bootstrap}
%ifarch %{arm} %{ix86} x86_64
%define docs 1 %define docs 1
%endif
%endif
## define prerelease rc1 %define prerelease beta
Summary: Qt5 - WebChannel component Summary: Qt5 - WebChannel component
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.5.1 Version: 5.6.0
Release: 2%{?dist} Release: 0.2%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://doc.qt.io/qt-5/licensing.html # See also http://doc.qt.io/qt-5/licensing.html
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt.io Url: http://qt.io
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: qt5-qdoc
# Qt5WebSockets package is optional and only needed for examples BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5WebSockets)
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
@ -132,6 +122,12 @@ popd
%changelog %changelog
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
- Official beta release
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2 * Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
- Update for final qt 5.5.1 - Update for final qt 5.5.1

View File

@ -1 +1 @@
e9adf49f8dcaeef5887645ab8c8bd8a2 qtwebchannel-opensource-src-5.5.1-rc1.tar.xz dbd637b0e90d3fea56141e3d277071ed qtwebchannel-opensource-src-5.6.0-beta.tar.gz