commit f933351f4f3745e41c0aa5b7b23e3965595903bf947393e28ae5ad7b5ee0662d Author: Christophe Giboudeaux Date: Wed Dec 9 10:41:20 2020 +0000 Accepting request 854141 from home:cgiboudeaux:Qt6:release Qt 6.0.0 OBS-URL: https://build.opensuse.org/request/show/854141 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-svg?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/qt6-svg-docs.spec b/qt6-svg-docs.spec new file mode 100644 index 0000000..3e86a11 --- /dev/null +++ b/qt6-svg-docs.spec @@ -0,0 +1,57 @@ +# +# spec file for package qt6-svg-docs +# +# 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} +# +Name: qt6-svg-docs +Version: 6.0.0 +Release: 0 +Summary: Qt 6 SVG Documentation +License: GFDL-1.3-only +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 +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) +BuildRequires: qt6-tools + +%description +The Qt6 Svg documentation. + +%{qt6_doc_packages} + +%prep +%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} + +%build +%cmake_qt6 + +%{qt6_build_docs} + +%install +%{qt6_install_docs} + +%changelog -n qt6-svg.changes diff --git a/qt6-svg-rpmlintrc b/qt6-svg-rpmlintrc new file mode 100644 index 0000000..80999f4 --- /dev/null +++ b/qt6-svg-rpmlintrc @@ -0,0 +1,5 @@ +# using fdupes means looking for troubles +addFilter("files-duplicate .*") + +# library and development package names don't match +addFilter("no-dependency-on .*") diff --git a/qt6-svg.changes b/qt6-svg.changes new file mode 100644 index 0000000..25c0873 --- /dev/null +++ b/qt6-svg.changes @@ -0,0 +1,47 @@ +------------------------------------------------------------------- +Tue Dec 8 14:09:30 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0: + * https://www.qt.io/blog/qt-6.0-released + +------------------------------------------------------------------- +Wed Dec 2 12:09:04 UTC 2020 - Christophe Giboudeaux + +- Qt 6.0.0 RC2 + +------------------------------------------------------------------- +Wed Nov 25 14:23:54 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~rc1 + +------------------------------------------------------------------- +Tue Nov 17 07:26:29 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~beta5 + +------------------------------------------------------------------- +Tue Nov 10 21:20:47 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~beta4 + +------------------------------------------------------------------- +Tue Oct 20 07:47:14 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0beta1 + https://www.qt.io/blog/qt-6.0-beta-released + +------------------------------------------------------------------- +Tue Oct 6 21:03:52 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0-alpha + https://www.qt.io/blog/qt-6.0-alpha-released + +------------------------------------------------------------------- +Fri May 8 09:12:05 UTC 2020 - Christophe Giboudeaux + +- Add undetected build requirements to the -devel package. + +------------------------------------------------------------------- +Fri Jan 31 01:08:42 UTC 2020 - Christophe Giboudeaux + +- Add qt6-svg diff --git a/qt6-svg.spec b/qt6-svg.spec new file mode 100644 index 0000000..bd6c159 --- /dev/null +++ b/qt6-svg.spec @@ -0,0 +1,136 @@ +# +# spec file for package qt6-svg +# +# 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} +# +Name: qt6-svg +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 +Source99: %{name}-rpmlintrc +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) + +%description +The Qt SVG module provides functionality for displaying SVG images +as a widget, and to create SVG files using drawing commands. + +%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. + +%prep +%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} + +%build +%cmake_qt6 + +%{qt6_build} + +%install +%{qt6_install} + +# 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 + +%changelog diff --git a/qtsvg-everywhere-src-6.0.0.tar.xz b/qtsvg-everywhere-src-6.0.0.tar.xz new file mode 100644 index 0000000..3fa14f2 --- /dev/null +++ b/qtsvg-everywhere-src-6.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9703c9a69e21ad373fb52d0107338da7ef0a46966f69107b0d879e9c366dd91b +size 1652364