- Release candidate
This commit is contained in:
parent
99e6f6eb5b
commit
5f988efd98
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qtwayland-opensource-src-5.7.1.tar.xz
|
/qtwayland-opensource-src-5.7.1.tar.xz
|
||||||
/qtwayland-opensource-src-5.8.0.tar.xz
|
/qtwayland-opensource-src-5.8.0.tar.xz
|
||||||
/qtwayland-opensource-src-5.9.0-beta3.tar.xz
|
/qtwayland-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
/qtwayland-opensource-src-5.9.0-rc.tar.xz
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
Summary: Qt5 - Wayland platform support and QtCompositor module
|
Summary: Qt5 - Wayland platform support and QtCompositor module
|
||||||
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}
|
||||||
|
|
||||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
License: LGPLv2 with exceptions or LGPLv3 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}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -51,7 +51,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
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
@ -113,6 +113,9 @@ popd
|
|||||||
%{_qt5_examplesdir}/wayland/
|
%{_qt5_examplesdir}/wayland/
|
||||||
|
|
||||||
%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 (qtwayland-opensource-src-5.9.0-beta3.tar.xz) = 098cd006acf853d1a8c0f4d207577a85707eecb709772f46e3dde940cbbd1e3cdfa14bc9f1e9d6288234b3f95b08720fdf94d30720534b5ddf38b73813611fdd
|
SHA512 (qtwayland-opensource-src-5.9.0-rc.tar.xz) = 155ab4693079a47ea3157e93f8adca09bea97ae111eb518d11f9dd30871b5690429b6d2ad4a4cdca42306dc0e03a411ce8d2a00cb8b9b36dee7beba4d32290ba
|
||||||
|
Loading…
Reference in New Issue
Block a user