- Update for 5.7.1 tentative final packages
This commit is contained in:
parent
b18912f216
commit
43eb893624
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/qtx11extras-opensource-src-5.6.0.tar.xz
|
/qtx11extras-opensource-src-5.6.0.tar.xz
|
||||||
/qtx11extras-opensource-src-5.6.1.tar.xz
|
/qtx11extras-opensource-src-5.6.1.tar.xz
|
||||||
/qtx11extras-opensource-src-5.7.0.tar.xz
|
/qtx11extras-opensource-src-5.7.0.tar.xz
|
||||||
|
/qtx11extras-opensource-src-5.7.1.tar.xz
|
||||||
|
@ -3,17 +3,15 @@
|
|||||||
|
|
||||||
%define docs 1
|
%define docs 1
|
||||||
|
|
||||||
#define prerelease
|
|
||||||
|
|
||||||
Summary: Qt5 - X11 support library
|
Summary: Qt5 - X11 support library
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.7.0
|
Version: 5.7.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
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: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
@ -45,7 +43,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
|
|
||||||
%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}
|
||||||
@ -103,6 +101,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 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-2
|
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
|
||||||
- Compiled with gcc
|
- Compiled with gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user