Christophe Giboudeaux 2021-10-01 21:13:30 +00:00 committed by Git OBS Bridge
parent c2b2cad78b
commit 9441972e2d
5 changed files with 74 additions and 6 deletions

5
qt6-charts-rpmlintrc Normal file
View File

@ -0,0 +1,5 @@
# using fdupes on include directories means looking for troubles
addFilter("files-duplicate .*")
# library and development package names don't match
addFilter("no-dependency-on .*")

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Sep 30 12:26:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.2.0:
* https://www.qt.io/blog/qt-6.2-lts-released
-------------------------------------------------------------------
Sat Sep 25 07:18:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.2.0-rc2
-------------------------------------------------------------------
Thu Sep 16 14:07:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.2.0-rc
-------------------------------------------------------------------
Thu Sep 9 14:04:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.2.0-beta4
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 1 13:03:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Wed Sep 1 13:03:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,8 +16,8 @@
# #
%define real_version 6.1.3 %define real_version 6.2.0
%define short_version 6.1 %define short_version 6.2
%define short_name qtcharts %define short_name qtcharts
%define tar_name qtcharts-everywhere-src %define tar_name qtcharts-everywhere-src
%define tar_suffix %{nil} %define tar_suffix %{nil}
@ -28,12 +28,13 @@
%endif %endif
# #
Name: qt6-charts%{?pkg_suffix} Name: qt6-charts%{?pkg_suffix}
Version: 6.1.3 Version: 6.2.0
Release: 0 Release: 0
Summary: Qt 6 Charts library Summary: Qt 6 Charts library
License: GPL-3.0-or-later License: GPL-3.0-or-later
URL: https://www.qt.io URL: https://www.qt.io
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: qt6-charts-rpmlintrc
BuildRequires: qt6-core-private-devel BuildRequires: qt6-core-private-devel
BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui) BuildRequires: cmake(Qt6Gui)
@ -82,6 +83,27 @@ Requires: cmake(Qt6Charts) = %{real_version}
This package provides private headers of libQt6Charts that do not have any This package provides private headers of libQt6Charts that do not have any
ABI or API guarantees. ABI or API guarantees.
%package -n libQt6ChartsQml6
Summary: Qt 6 ChartsQml library
%description -n libQt6ChartsQml6
The Qt 6 ChartsQml library.
%package -n qt6-chartsqml-devel
Summary: Qt 6 ChartsQml library - Development files
Requires: libQt6ChartsQml6 = %{version}
%description -n qt6-chartsqml-devel
Development files for the Qt 6 ChartsQml library.
%package -n qt6-chartsqml-private-devel
Summary: Non-ABI stable API for the Qt 6 ChartsQml Library
Requires: cmake(Qt6ChartsQml) = %{real_version}
%description -n qt6-chartsqml-private-devel
This package provides private headers of libQt6ChartsQml that do not have any
ABI or API guarantees.
%{qt6_examples_package} %{qt6_examples_package}
%endif %endif
@ -103,7 +125,9 @@ ABI or API guarantees.
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%post -n libQt6Charts6 -p /sbin/ldconfig %post -n libQt6Charts6 -p /sbin/ldconfig
%post -n libQt6ChartsQml6 -p /sbin/ldconfig
%postun -n libQt6Charts6 -p /sbin/ldconfig %postun -n libQt6Charts6 -p /sbin/ldconfig
%postun -n libQt6ChartsQml6 -p /sbin/ldconfig
%files imports %files imports
%{_qt6_qmldir}/QtCharts/ %{_qt6_qmldir}/QtCharts/
@ -119,6 +143,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%{_qt6_includedir}/QtCharts/ %{_qt6_includedir}/QtCharts/
%{_qt6_libdir}/libQt6Charts.prl %{_qt6_libdir}/libQt6Charts.prl
%{_qt6_libdir}/libQt6Charts.so %{_qt6_libdir}/libQt6Charts.so
%{_qt6_metatypesdir}/qt6charts_*_metatypes.json
%{_qt6_mkspecsdir}/modules/qt_lib_charts.pri %{_qt6_mkspecsdir}/modules/qt_lib_charts.pri
%exclude %{_qt6_includedir}/QtCharts/%{real_version} %exclude %{_qt6_includedir}/QtCharts/%{real_version}
@ -126,6 +151,23 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%{_qt6_includedir}/QtCharts/%{real_version} %{_qt6_includedir}/QtCharts/%{real_version}
%{_qt6_mkspecsdir}/modules/qt_lib_charts_private.pri %{_qt6_mkspecsdir}/modules/qt_lib_charts_private.pri
%files -n libQt6ChartsQml6
%{_qt6_libdir}/libQt6ChartsQml.so.*
%files -n qt6-chartsqml-devel
%{_qt6_cmakedir}/Qt6ChartsQml/
%{_qt6_descriptionsdir}/ChartsQml.json
%{_qt6_includedir}/QtChartsQml/
%{_qt6_libdir}/libQt6ChartsQml.prl
%{_qt6_libdir}/libQt6ChartsQml.so
%{_qt6_metatypesdir}/qt6chartsqml_*_metatypes.json
%{_qt6_mkspecsdir}/modules/qt_lib_chartsqml.pri
%exclude %{_qt6_includedir}/QtChartsQml/%{real_version}
%files -n qt6-chartsqml-private-devel
%{_qt6_includedir}/QtChartsQml/%{real_version}
%{_qt6_mkspecsdir}/modules/qt_lib_chartsqml_private.pri
%endif %endif
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2596c05b299ae29e5d016c66ca3202f261e58db22d6376a38fc17859a849d5b
size 4266620

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9114d4e05e63f5b9d5f07d53d72bf2fbfb22ffae283cc98d3371d73f04b6f4fc
size 4343744