- Release candidate
This commit is contained in:
parent
10db9e799d
commit
07b8cb79d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/qtgraphicaleffects-opensource-src-5.7.1.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.8.0.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.9.0-rc.tar.xz
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
Summary: Qt5 - QtGraphicalEffects component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.0
|
||||
Release: 0.beta.3%{?dist}
|
||||
Release: 0.1.rc%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
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
|
||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||
@ -25,7 +25,7 @@ are visual items that can be added to Qt Quick user interface as UI
|
||||
components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
@ -43,6 +43,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
%{_qt5_archdatadir}/qml/QtGraphicalEffects/
|
||||
|
||||
%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
|
||||
- Upstream beta 3
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtgraphicaleffects-opensource-src-5.9.0-beta3.tar.xz) = 982439ff84982d63b6fc42f6ac1d943a4901b63fe296c4050d441916a201810b7c6c33e4781a824ad661ce6182bd269f14b46f2055fbd831833639ee6777461b
|
||||
SHA512 (qtgraphicaleffects-opensource-src-5.9.0-rc.tar.xz) = 3bbe347d17002f78f24fc9e17ff594ea0ba6ee0afe0888dafb38840c69a4f65d2cefac8d9a7e836fa5ca83c047bafedbe8d7f9bf310d9d709c4d6c691263b530
|
||||
|
||||
Loading…
Reference in New Issue
Block a user