Christophe Giboudeaux 2019-12-17 10:03:06 +00:00 committed by Git OBS Bridge
parent 4ab90cc993
commit 34aae3a6f2
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 17 10:03:00 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update the license tag.
-------------------------------------------------------------------
Thu Dec 12 12:40:59 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtcharts
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -26,18 +26,18 @@ Name: libqt5-qtcharts
Version: 5.14.0
Release: 0
Summary: Qt 5 Charts Library
License: GPL-3.0
License: GPL-3.0-or-later
Group: Development/Libraries/C and C++
Url: http://doc.qt.io/qt-5/qtcharts-index.html
URL: https://doc.qt.io/qt-5/qtcharts-index.html
Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
BuildRequires: fdupes
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
BuildRequires: xz
%requires_ge libQtQuick5
%if %{qt5_snapshot}
#to create the forwarding headers
BuildRequires: perl
%endif
BuildRequires: xz
%requires_ge libQtQuick5
%description
Qt Charts is a set of chart components.
@ -95,7 +95,7 @@ Summary: QML imports for the Qt 5 Charts Library
Group: System/Libraries
Requires: %{libname} = %{version}
%requires_ge libQtCharts5
Supplements: packageand(%{libname}:libQtCharts5)
Supplements: (%{libname} and libQtCharts5)
%description imports
This package contains QML import files.
@ -126,11 +126,11 @@ popd
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%files -n %{libname}
%doc LICENSE*
%license LICENSE*
%{_libqt5_libdir}/libQt5Charts.so.*
%files -n %{libname}-devel
%doc LICENSE*
%license LICENSE*
%{_libqt5_libdir}/libQt5Charts.so
%{_libqt5_libdir}/libQt5Charts.prl
%{_libqt5_libdir}/cmake/Qt5Charts/
@ -141,17 +141,17 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
%files -n %{libname}-designer
%doc LICENSE*
%license LICENSE*
%{_libqt5_archdatadir}/plugins
%{_libqt5_archdatadir}/plugins/designer
%{_libqt5_archdatadir}/plugins/designer/libqtchartsdesigner.so
%files examples
%doc LICENSE*
%license LICENSE*
%{_libqt5_examplesdir}/
%files imports
%doc LICENSE*
%license LICENSE*
%{_libqt5_archdatadir}/qml/*/
%changelog