BR: cmake, update source URL, use %license
This commit is contained in:
parent
3b16866b06
commit
76ac81e150
@ -9,11 +9,16 @@
|
||||
Summary: Qt5 - Wayland platform support and QtCompositor module
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.6.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4.%{prerelease}%{?dist}
|
||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz
|
||||
%if 0%{?prerelease:1}
|
||||
Source0: http://download.qt.io/development_releases/qt/5.6/%{version}-%{prerelease}/submodules/%{qt_module}-opensource-src-%{version}-%{prerelease}.tar.gz
|
||||
%else
|
||||
Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.gz
|
||||
%endif
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtbase-static
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
@ -97,7 +102,7 @@ install -pm644 \
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%doc LICENSE.LGPL* LGPL_EXCEPTION.txt
|
||||
%license LICENSE.LGPL* LGPL_EXCEPTION.txt
|
||||
%{_qt5_libdir}/libQt5Compositor.so.5*
|
||||
%{_qt5_libdir}/libQt5WaylandClient.so.5*
|
||||
%dir %{_qt5_plugindir}/wayland-decoration-client/
|
||||
@ -133,6 +138,9 @@ install -pm644 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-4.beta
|
||||
- BR: cmake, update source URL, use %%license
|
||||
|
||||
* Mon Dec 21 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-3
|
||||
- Update to final beta release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user