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
This commit is contained in:
Christophe Giboudeaux 2020-12-09 10:41:20 +00:00 committed by Git OBS Bridge
commit f933351f4f
7 changed files with 272 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

57
qt6-svg-docs.spec Normal file
View File

@ -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

5
qt6-svg-rpmlintrc Normal file
View File

@ -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 .*")

47
qt6-svg.changes Normal file
View File

@ -0,0 +1,47 @@
-------------------------------------------------------------------
Tue Dec 8 14:09:30 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0:
* https://www.qt.io/blog/qt-6.0-released
-------------------------------------------------------------------
Wed Dec 2 12:09:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Qt 6.0.0 RC2
-------------------------------------------------------------------
Wed Nov 25 14:23:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~rc1
-------------------------------------------------------------------
Tue Nov 17 07:26:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~beta5
-------------------------------------------------------------------
Tue Nov 10 21:20:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0~beta4
-------------------------------------------------------------------
Tue Oct 20 07:47:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr>
- 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 <christophe@krop.fr>
- Add undetected build requirements to the -devel package.
-------------------------------------------------------------------
Fri Jan 31 01:08:42 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add qt6-svg

136
qt6-svg.spec Normal file
View File

@ -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

View File

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