- Update for 5.7.1 tentative final packages
This commit is contained in:
parent
b62fdee9f5
commit
ffd54159fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/qtquickcontrols2-opensource-src-5.6.0.tar.xz
|
/qtquickcontrols2-opensource-src-5.6.0.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.6.1.tar.xz
|
/qtquickcontrols2-opensource-src-5.6.1.tar.xz
|
||||||
/qtquickcontrols2-opensource-src-5.7.0.tar.xz
|
/qtquickcontrols2-opensource-src-5.7.0.tar.xz
|
||||||
|
/qtquickcontrols2-opensource-src-5.7.1.tar.xz
|
||||||
|
@ -3,21 +3,18 @@
|
|||||||
|
|
||||||
%define docs 1
|
%define docs 1
|
||||||
|
|
||||||
#define prerelease rc
|
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||||
Version: 5.7.0
|
Version: 5.7.1
|
||||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ or LGPLv3 and GFDL
|
License: GPLv2+ or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
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: qt5-qtbase-devel >= %{version}
|
BuildRequires: pkgconfig(Qt5Core) >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
Requires: qt5-qtdeclarative >= %{version}
|
||||||
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
|
Requires: qt5-qtgraphicaleffects >= %{version}
|
||||||
%{?_qt5:Requires: qt5-qtgraphicaleffects%{?_isa} = %{_qt5_version}}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Qt Labs Controls module provides a set of controls that can be used to
|
The Qt Labs Controls module provides a set of controls that can be used to
|
||||||
@ -57,7 +54,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
|
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
@ -133,6 +130,9 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
||||||
- Qt 5.7.0 release
|
- Qt 5.7.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user