- Update for 5.7.1 tentative final packages
This commit is contained in:
parent
ff17b47a4e
commit
97a1463b30
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/qtserialport-opensource-src-5.6.0.tar.xz
|
||||
/qtserialport-opensource-src-5.6.1.tar.xz
|
||||
/qtserialport-opensource-src-5.7.0.tar.xz
|
||||
/qtserialport-opensource-src-5.7.1.tar.xz
|
||||
|
@ -1,19 +1,16 @@
|
||||
|
||||
%global qt_module qtserialport
|
||||
|
||||
%define docs 1
|
||||
|
||||
#define prerelease
|
||||
|
||||
Summary: Qt5 - SerialPort component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.7.0
|
||||
Release: 2%{?dist}
|
||||
Version: 5.7.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
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-devel >= %{version}
|
||||
@ -52,7 +49,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
|
||||
@ -129,6 +126,9 @@ popd
|
||||
|
||||
|
||||
%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-2
|
||||
- Compiled with gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user