- beta3
This commit is contained in:
parent
81f78cff38
commit
95c235cd5c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/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
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
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.8.0
|
Version: 5.9.0
|
||||||
Release: 1%{?dist}
|
Release: 0.beta.3%{?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: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -52,7 +52,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
@ -114,6 +114,9 @@ popd
|
|||||||
%{_qt5_examplesdir}/wayland/
|
%{_qt5_examplesdir}/wayland/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||||
|
- Upstream beta 3
|
||||||
|
|
||||||
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwayland-opensource-src-5.8.0.tar.xz) = 75e87aa164a085b357cdcedab7b591a6f2fc543b2105cdc0760306192446c99aaf3467538896a68c2796d6d23eaac886bdef87fe58816a3dd759d4802690bdea
|
SHA512 (qtwayland-opensource-src-5.9.0-beta3.tar.xz) = 098cd006acf853d1a8c0f4d207577a85707eecb709772f46e3dde940cbbd1e3cdfa14bc9f1e9d6288234b3f95b08720fdf94d30720534b5ddf38b73813611fdd
|
||||||
|
Loading…
Reference in New Issue
Block a user