Christophe Marin 2024-01-29 15:52:53 +00:00 committed by Git OBS Bridge
parent e9379403f9
commit 144440012d

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package python3-pyside6
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -16,6 +16,9 @@
# #
%define tar_name pyside-setup-everywhere-src
%define short_version 6.6
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%if "%flavor" == "" %if "%flavor" == ""
# factory-auto requires the main build_flavor to match the specfile name # factory-auto requires the main build_flavor to match the specfile name
@ -39,9 +42,6 @@ ExclusiveArch: donotbuild
%define mypython_sitearch %{expand:%%%{mypython}_sitearch} %define mypython_sitearch %{expand:%%%{mypython}_sitearch}
%endif %endif
%define tar_name pyside-setup-everywhere-src
%define short_version 6.6
Name: %{mypython}-%{pyside_flavor} Name: %{mypython}-%{pyside_flavor}
Version: 6.6.1 Version: 6.6.1
Release: 0 Release: 0
@ -87,8 +87,8 @@ BuildRequires: cmake(Qt6Sql)
BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Widgets)
# /SECTION # /SECTION
# SECTION optional_modules # SECTION optional_modules
BuildRequires: cmake(Qt63DAnimation)
BuildRequires: qt6-qml-private-devel BuildRequires: qt6-qml-private-devel
BuildRequires: cmake(Qt63DAnimation)
BuildRequires: cmake(Qt63DCore) BuildRequires: cmake(Qt63DCore)
BuildRequires: cmake(Qt63DExtras) BuildRequires: cmake(Qt63DExtras)
BuildRequires: cmake(Qt63DInput) BuildRequires: cmake(Qt63DInput)
@ -127,7 +127,7 @@ BuildRequires: cmake(Qt6TextToSpeech)
BuildRequires: cmake(Qt6UiPlugin) BuildRequires: cmake(Qt6UiPlugin)
BuildRequires: cmake(Qt6UiTools) BuildRequires: cmake(Qt6UiTools)
BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebChannel)
%ifnarch %{ix86} armv7l armv7hl ppc ppc64 ppc64le s390 s390x %ifarch x86_64 aarch64 s390x
BuildRequires: cmake(Qt6Pdf) BuildRequires: cmake(Qt6Pdf)
BuildRequires: cmake(Qt6PdfWidgets) BuildRequires: cmake(Qt6PdfWidgets)
BuildRequires: cmake(Qt6WebEngineCore) BuildRequires: cmake(Qt6WebEngineCore)