diff --git a/python3-pyside6.spec b/python3-pyside6.spec index 5ad0688..997bac5 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python3-pyside6 # # 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} %if "%flavor" == "" # factory-auto requires the main build_flavor to match the specfile name @@ -39,9 +42,6 @@ ExclusiveArch: donotbuild %define mypython_sitearch %{expand:%%%{mypython}_sitearch} %endif -%define tar_name pyside-setup-everywhere-src -%define short_version 6.6 - Name: %{mypython}-%{pyside_flavor} Version: 6.6.1 Release: 0 @@ -87,8 +87,8 @@ BuildRequires: cmake(Qt6Sql) BuildRequires: cmake(Qt6Widgets) # /SECTION # SECTION optional_modules -BuildRequires: cmake(Qt63DAnimation) BuildRequires: qt6-qml-private-devel +BuildRequires: cmake(Qt63DAnimation) BuildRequires: cmake(Qt63DCore) BuildRequires: cmake(Qt63DExtras) BuildRequires: cmake(Qt63DInput) @@ -127,7 +127,7 @@ BuildRequires: cmake(Qt6TextToSpeech) BuildRequires: cmake(Qt6UiPlugin) BuildRequires: cmake(Qt6UiTools) BuildRequires: cmake(Qt6WebChannel) -%ifnarch %{ix86} armv7l armv7hl ppc ppc64 ppc64le s390 s390x +%ifarch x86_64 aarch64 s390x BuildRequires: cmake(Qt6Pdf) BuildRequires: cmake(Qt6PdfWidgets) BuildRequires: cmake(Qt6WebEngineCore)