- Release candidate
This commit is contained in:
parent
624af4b69c
commit
5734269df5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtwebchannel-opensource-src-5.7.1.tar.xz
|
/qtwebchannel-opensource-src-5.7.1.tar.xz
|
||||||
/qtwebchannel-opensource-src-5.8.0.tar.xz
|
/qtwebchannel-opensource-src-5.8.0.tar.xz
|
||||||
/qtwebchannel-opensource-src-5.9.0-beta3.tar.xz
|
/qtwebchannel-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
/qtwebchannel-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Summary: Qt5 - WebChannel component
|
Summary: Qt5 - WebChannel component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 0.beta.3%{?dist}
|
Release: 0.1.rc%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
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: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
@ -34,7 +34,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -85,6 +85,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||||
|
- Upstream Release Candidate retagged
|
||||||
|
|
||||||
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||||
- Upstream beta 3
|
- Upstream beta 3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwebchannel-opensource-src-5.9.0-beta3.tar.xz) = c26a61b7a2c291401a1179c523cbaf0d45b7008b4325746a42745831930f567aed87cad83228355de07205787454068ce9ba4d64d523fbe0c8c2811f395fe19d
|
SHA512 (qtwebchannel-opensource-src-5.9.0-rc.tar.xz) = 6a5aac190262e351941af2cfcf06c87f6eb2241957da8f3b852042e94be348098a8b65fa9a41a851ce6ae29f5d2ef3863bf2ac8590ec5f074193e34cbd536f98
|
||||||
|
Loading…
Reference in New Issue
Block a user