Update to Qt 5.5.1 RC1
This commit is contained in:
parent
f98ff2f12f
commit
ca26db5ee5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/qtwebchannel-opensource-src-5.4.2.tar.xz
|
|
||||||
/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
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
%global qt_module qtwebchannel
|
%global qt_module qtwebchannel
|
||||||
|
|
||||||
# define to build docs, need to undef this for bootstrapping
|
# define to build docs, need to undef this for bootstrapping
|
||||||
@ -12,20 +11,18 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%define prerelease rc1
|
||||||
|
|
||||||
Summary: Qt5 - WebChannel component
|
Summary: Qt5 - WebChannel component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.5.0
|
Version: 5.5.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
%if 0%{?pre:1}
|
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/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
|
||||||
%else
|
|
||||||
Source0: http://download.qt.io/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
@ -67,8 +64,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
|
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -136,6 +132,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
|
||||||
|
- Update to Qt 5.5.1 RC1
|
||||||
|
|
||||||
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
|
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-3
|
||||||
- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping
|
- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user