- Release candidate
This commit is contained in:
parent
3be2c8f22a
commit
a18b2b2e81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtx11extras-opensource-src-5.7.1.tar.xz
|
/qtx11extras-opensource-src-5.7.1.tar.xz
|
||||||
/qtx11extras-opensource-src-5.8.0.tar.xz
|
/qtx11extras-opensource-src-5.8.0.tar.xz
|
||||||
/qtx11extras-opensource-src-5.9.0-beta3.tar.xz
|
/qtx11extras-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
/qtx11extras-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
Summary: Qt5 - X11 support library
|
Summary: Qt5 - X11 support library
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 0.beta.3%{?dist}
|
Release: 0.rc.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: 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}-rc1/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
@ -27,7 +27,7 @@ Requires: qt5-qtbase-devel%{?_isa}
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -68,6 +68,9 @@ popd
|
|||||||
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri
|
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 24 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.rc.1
|
||||||
|
- Upstream Release Candidate 1
|
||||||
|
|
||||||
* Fri May 05 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
* Fri May 05 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||||
- Beta 3 release
|
- Beta 3 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtx11extras-opensource-src-5.9.0-beta3.tar.xz) = 3ec043f9b693409a34a7bab22a6a4d465d5d720c80557ade7b28ce0252493bb1248c1266c340468237e0f877e2765a07ff31d3c61335ca3d8395a9ff3fcae43d
|
SHA512 (qtx11extras-opensource-src-5.9.0-rc.tar.xz) = 1c70a6155421eb1d4b1529ae5cc937f9bde9d883ad6e46af762c518d03e6f4912a1d6b6c3c54045e30f75e214eab376548e7018b82b964bc95a3486c6d881d4f
|
||||||
|
Loading…
Reference in New Issue
Block a user