- New final upstream release Qt 5.5.0

This commit is contained in:
Helio Chissini de Castro 2015-07-01 11:42:50 -03:00
parent 5485e4e498
commit 762c1f73f0

View File

@ -5,17 +5,17 @@
# where qt5-qttools builds are not yet available
%define docs 1
%define prerelease rc
#define prerelease rc
Summary: Qt5 - QtGraphicalEffects component
Name: qt5-%{qt_module}
Version: 5.5.0
Release: 0.2.rc%{?dist}
Release: 1%{?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: http://download.qt.io/development_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
# debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch
# todo: look into making this pkg proper noarch instead