- New final upstream release Qt 5.5.0

This commit is contained in:
Helio Chissini de Castro 2015-07-01 11:42:19 -03:00
parent 75d1cc7a0e
commit c88c8e236b
1 changed files with 3 additions and 3 deletions

View File

@ -12,17 +12,17 @@
%endif
%endif
%define prerelease rc
#define prerelease rc
Summary: Qt5 - QtDeclarative component
Name: qt5-%{qt_module}
Version: 5.5.0
Release: 0.4.rc%{?dist}
Release: 1%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, 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
# support no_sse2 CONFIG (fedora i686 builds cannot assume -march=pentium4 -msse2 -mfpmath=sse flags, or the JIT that needs them)
# https://codereview.qt-project.org/#change,73710