148 lines
4.2 KiB
RPMSpec
148 lines
4.2 KiB
RPMSpec
%global qt_module qtgraphs
|
|
|
|
Name: qt6-qtgraphs
|
|
Version: 6.8.2
|
|
Release: 1%{?dist}
|
|
|
|
%global examples 1
|
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
%global qt_version %(echo %{version} | cut -d~ -f1)
|
|
|
|
Summary: The Qt Graphs module enables you to visualize data in 3D
|
|
License: BSD-3-Clause AND GFDL-1.3-no-invariants-only AND GPL-3.0-only
|
|
URL: https://doc.qt.io/qt-6/qtgraphs-index.html
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}.tar.xz
|
|
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
BuildRequires: cmake
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: cmake(Qt6BuildInternals)
|
|
BuildRequires: cmake(Qt6Core)
|
|
BuildRequires: cmake(Qt6Quick)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(Qt6QuickTest)
|
|
BuildRequires: cmake(Qt6QuickWidgets)
|
|
BuildRequires: cmake(Qt6Test)
|
|
BuildRequires: cmake(Qt6Quick3D)
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
|
|
%description
|
|
The Qt Graphs module enables you to visualize data in 3D as bar,
|
|
scatter, and surface graphs. It's especially useful for visualizing
|
|
depth maps and large quantities of rapidly changing data, such as
|
|
data received from multiple sensors. The look and feel of graphs
|
|
can be customized by using themes or by adding custom items and labels.
|
|
|
|
Qt Graphs is built on Qt 6 and Qt Quick 3D to take advantage of
|
|
hardware acceleration and Qt Quick.
|
|
|
|
%package devel
|
|
Summary: Development Files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
%{summary}.
|
|
|
|
%if 0%{?examples}
|
|
%package examples
|
|
Summary: Programming examples for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description examples
|
|
%{summary}
|
|
%endif
|
|
|
|
%prep
|
|
%autosetup -n %{qt_module}-everywhere-src-%{qt_version} -p1
|
|
|
|
%build
|
|
%enable_devtoolset14
|
|
%cmake_qt6 \
|
|
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
|
|
-DQT_INSTALL_EXAMPLES_SOURCES=%{?examples:ON}%{!?examples:OFF}
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
## .prl/.la file love
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
|
pushd %{buildroot}%{_qt6_libdir}
|
|
for prl_file in libQt6*.prl ; do
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
|
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
|
rm -fv "$(basename ${prl_file} .prl).la"
|
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
|
fi
|
|
done
|
|
popd
|
|
|
|
%files
|
|
%license LICENSES/BSD-3-Clause.txt LICENSES/GFDL*.txt LICENSES/GPL-*.txt
|
|
%{_qt6_libdir}/libQt6Graphs.so.6*
|
|
%{_qt6_libdir}/libQt6GraphsWidgets.so.6*
|
|
%{_qt6_libdir}/qt6/metatypes/qt6graphs_relwithdebinfo_metatypes.json
|
|
%{_qt6_libdir}/qt6/modules/Graphs.json
|
|
%{_qt6_libdir}/qt6/metatypes/qt6graphswidgets_relwithdebinfo_metatypes.json
|
|
%{_qt6_libdir}/qt6/modules/GraphsWidgets.json
|
|
%{_qt6_qmldir}/QtGraphs
|
|
|
|
%files devel
|
|
%{_qt6_headerdir}/QtGraphs
|
|
%{_qt6_headerdir}/QtGraphsWidgets
|
|
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtGraphsTestsConfig.cmake
|
|
%{_qt6_libdir}/cmake/Qt6Graphs
|
|
%{_qt6_libdir}/cmake/Qt6GraphsWidgets
|
|
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6Graphsplugin*.cmake
|
|
%{_qt6_libdir}/libQt6Graphs.prl
|
|
%{_qt6_libdir}/libQt6Graphs.so
|
|
%{_qt6_libdir}/libQt6GraphsWidgets.prl
|
|
%{_qt6_libdir}/libQt6GraphsWidgets.so
|
|
%{_qt6_libdir}/pkgconfig/Qt6GraphsWidgets.pc
|
|
%{_qt6_libdir}/pkgconfig/Qt6Graphs.pc
|
|
%{_qt6_libdir}/qt6/mkspecs/modules/qt_lib_graphs*.pri
|
|
%{_qt6_libdir}/qt6/sbom/%{qt_module}-*.spdx
|
|
|
|
|
|
%if 0%{?examples}
|
|
%files examples
|
|
%{_qt6_examplesdir}/
|
|
%endif
|
|
|
|
%changelog
|
|
* Sat Feb 1 2025 Raven <raven@sysadmins.ws> - 6.8.2-1
|
|
- 6.8.2
|
|
|
|
* Tue Dec 3 2024 Raven <raven@sysadmins.ws> - 6.8.1-1
|
|
- 6.8.1
|
|
|
|
* Thu Oct 10 2024 Raven <raven@sysadmins.ws> - 6.8.0-1
|
|
- 6.8.0
|
|
|
|
* Mon Sep 30 2024 Raven <raven@sysadmins.ws> - 6.7.3-1
|
|
- 6.7.3
|
|
|
|
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 6.7.2-2
|
|
- rebuild (libxkbcommon)
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.7.2-1
|
|
- 6.7.2
|
|
|
|
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.1-1
|
|
- 6.7.1
|
|
|
|
* Tue Apr 02 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
|
- 6.7.0
|
|
|
|
* Mon Feb 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.2-2
|
|
- Examples: also install source files
|
|
|
|
* Thu Feb 15 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.2-1
|
|
- 6.6.2
|
|
|
|
* Fri Jan 26 2024 Steve Cossette <farchord@gmail.com> - 6.6.1-1
|
|
- Initital release of qtgraphs
|