- Update for 5.7.1 tentative final packages

This commit is contained in:
Helio Chissini de Castro 2016-12-02 15:39:34 +01:00
parent 058c9a2380
commit 9bbd83214c
3 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/qt3d-opensource-src-5.6.0.tar.xz
/qt3d-opensource-src-5.6.1.tar.xz
/qt3d-opensource-src-5.7.0.tar.xz
/qt3d-opensource-src-5.7.1.tar.xz

View File

@ -2,20 +2,17 @@
%define docs 1
#define prerelease
Summary: Qt5 - Qt3D QML bindings and C++ APIs
Name: qt5-%{qt_module}
Version: 5.7.0
Release: 2%{?dist}
Version: 5.7.1
Release: 1%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://doc.qt.io/qt-5/licensing.html
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: qt5-qtbase-static >= %{version}
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5XmlPatterns)
@ -27,8 +24,6 @@ BuildRequires: pkgconfig(assimp)
Requires: qt5-qtimageformats%{?_isa} >= %{version}
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
%description
Qt 3D provides functionality for near-realtime simulation systems with
support for 2D and 3D rendering in both Qt C++ and Qt Quick applications).
@ -60,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
%setup -q -n %{qt_module}-opensource-src-%{version}
%build
@ -177,6 +172,9 @@ popd
%changelog
* Thu Nov 10 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
- New upstream version
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-
- Compiled with gcc

View File

@ -1 +1 @@
3219ec1a97c155915b1f0f036f13854e qt3d-opensource-src-5.7.0.tar.xz
99f01224fbd41ff307f2a8f4cb5eaeaf qt3d-opensource-src-5.7.1.tar.xz