2020-12-09 11:41:20 +01:00
|
|
|
#
|
2020-12-23 16:01:24 +01:00
|
|
|
# spec file for package qt6-svg
|
2020-12-09 11:41:20 +01:00
|
|
|
#
|
|
|
|
# Copyright (c) 2020 SUSE LLC
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define real_version 6.0.0
|
|
|
|
%define short_version 6.0
|
|
|
|
%define tar_name qtsvg-everywhere-src
|
|
|
|
%define tar_suffix %{nil}
|
|
|
|
#
|
2020-12-11 15:28:13 +01:00
|
|
|
%global qt6_flavor @BUILD_FLAVOR@%{nil}
|
2020-12-16 12:18:54 +01:00
|
|
|
%if "%{qt6_flavor}" == "docs"
|
|
|
|
%define pkg_suffix -docs
|
|
|
|
%endif
|
2020-12-11 15:28:13 +01:00
|
|
|
#
|
2020-12-16 12:18:54 +01:00
|
|
|
Name: qt6-svg%{?pkg_suffix}
|
2020-12-09 11:41:20 +01:00
|
|
|
Version: 6.0.0
|
|
|
|
Release: 0
|
|
|
|
Summary: Qt 6 SVG Library
|
|
|
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
|
|
|
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
|
2020-12-16 12:18:54 +01:00
|
|
|
Source99: qt6-svg-rpmlintrc
|
2020-12-09 11:41:20 +01:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: qt6-core-private-devel
|
|
|
|
BuildRequires: qt6-gui-private-devel
|
|
|
|
BuildRequires: qt6-widgets-private-devel
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
BuildRequires: cmake(Qt6Gui)
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
# Ignored: only used for building tests
|
|
|
|
# BuildRequires: cmake(Qt6Xml)
|
2020-12-11 15:28:13 +01:00
|
|
|
%if "%{qt6_flavor}" == "docs"
|
|
|
|
BuildRequires: qt6-tools
|
|
|
|
%{qt6_doc_packages}
|
|
|
|
%endif
|
|
|
|
|
2020-12-09 11:41:20 +01:00
|
|
|
%description
|
|
|
|
The Qt SVG module provides functionality for displaying SVG images
|
|
|
|
as a widget, and to create SVG files using drawing commands.
|
|
|
|
|
2020-12-11 15:28:13 +01:00
|
|
|
%if !%{qt6_docs_flavor}
|
|
|
|
|
2020-12-09 11:41:20 +01:00
|
|
|
%package -n libQt6Svg6
|
|
|
|
Summary: Qt 6 Svg library
|
|
|
|
|
|
|
|
%description -n libQt6Svg6
|
|
|
|
The Qt 6 Svg library.
|
|
|
|
|
|
|
|
%package -n libQt6SvgWidgets6
|
|
|
|
Summary: Qt 6 SVGWidgets library
|
|
|
|
|
|
|
|
%description -n libQt6SvgWidgets6
|
|
|
|
The Qt 6 SvgWidgets library.
|
|
|
|
|
|
|
|
# TODO split?
|
|
|
|
%package devel
|
|
|
|
Summary: Qt 6 SVG libraries - Development files
|
|
|
|
Requires: libQt6Svg6 = %{version}
|
|
|
|
Requires: libQt6SvgWidgets6 = %{version}
|
|
|
|
# Dependencies are not detected
|
|
|
|
Requires: cmake(Qt6Core)
|
|
|
|
Requires: cmake(Qt6Gui)
|
|
|
|
Requires: cmake(Qt6Widgets)
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for the Qt 6 SVG libraries.
|
|
|
|
|
|
|
|
%package private-devel
|
|
|
|
Summary: Non-ABI stable API for the Qt 6 SVG libraries
|
|
|
|
Requires: cmake(Qt6Svg) = %{real_version}
|
|
|
|
Requires: cmake(Qt6SvgWidgets) = %{real_version}
|
|
|
|
%requires_eq qt6-core-private-devel
|
|
|
|
%requires_eq qt6-gui-private-devel
|
|
|
|
%requires_eq qt6-widgets-private-devel
|
|
|
|
|
|
|
|
%description private-devel
|
|
|
|
This package provides private headers of libQt6Svg that do not have any
|
|
|
|
ABI or API guarantees.
|
|
|
|
|
2020-12-11 15:28:13 +01:00
|
|
|
%endif
|
|
|
|
|
2020-12-09 11:41:20 +01:00
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_qt6
|
|
|
|
|
|
|
|
%{qt6_build}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{qt6_install}
|
|
|
|
|
2020-12-11 15:28:13 +01:00
|
|
|
%if !%{qt6_docs_flavor}
|
|
|
|
|
2020-12-09 11:41:20 +01:00
|
|
|
# No private headers for Qt6SvgWidgets
|
|
|
|
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets_private.pri
|
|
|
|
|
|
|
|
%post -n libQt6Svg6 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt6Svg6 -p /sbin/ldconfig
|
|
|
|
%post -n libQt6SvgWidgets6 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt6SvgWidgets6 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libQt6Svg6
|
|
|
|
%license LICENSE.*
|
|
|
|
%dir %{_qt6_pluginsdir}/iconengines
|
|
|
|
%dir %{_qt6_pluginsdir}/imageformats
|
|
|
|
%{_qt6_pluginsdir}/iconengines/libqsvgicon.so
|
|
|
|
%{_qt6_pluginsdir}/imageformats/libqsvg.so
|
|
|
|
%{_qt6_libdir}/libQt6Svg.so.*
|
|
|
|
|
|
|
|
%files -n libQt6SvgWidgets6
|
|
|
|
%{_qt6_libdir}/libQt6SvgWidgets.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtSvgTestsConfig.cmake
|
|
|
|
%{_qt6_cmakedir}/Qt6Gui/*
|
|
|
|
%{_qt6_cmakedir}/Qt6Svg/
|
|
|
|
%{_qt6_cmakedir}/Qt6SvgWidgets/
|
|
|
|
%{_qt6_descriptionsdir}/Svg.json
|
|
|
|
%{_qt6_descriptionsdir}/SvgWidgets.json
|
|
|
|
%{_qt6_includedir}/QtSvg/
|
|
|
|
%{_qt6_includedir}/QtSvgWidgets/
|
|
|
|
%{_qt6_libdir}/libQt6Svg.prl
|
|
|
|
%{_qt6_libdir}/libQt6Svg.so
|
|
|
|
%{_qt6_libdir}/libQt6SvgWidgets.prl
|
|
|
|
%{_qt6_libdir}/libQt6SvgWidgets.so
|
|
|
|
%{_qt6_mkspecsdir}/modules/qt_lib_svg.pri
|
|
|
|
%{_qt6_mkspecsdir}/modules/qt_lib_svgwidgets.pri
|
|
|
|
%exclude %{_qt6_includedir}/QtSvg/%{real_version}/
|
|
|
|
|
|
|
|
%files private-devel
|
|
|
|
%dir %{_qt6_includedir}/QtSvg/
|
|
|
|
%{_qt6_includedir}/QtSvg/%{real_version}/
|
|
|
|
%{_qt6_mkspecsdir}/modules/qt_lib_svg_private.pri
|
|
|
|
|
2020-12-11 15:28:13 +01:00
|
|
|
%endif
|
|
|
|
|
2020-12-09 11:41:20 +01:00
|
|
|
%changelog
|