This commit is contained in:
parent
c1ba4cd249
commit
56c0c1fa40
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-pyqt-builder
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,20 +29,20 @@ Patch0: support-python3.6.patch
|
||||
# PATCH-FEATURE-SUSE pyqt-builder-add-timeline5.15.patch code@bnavigator.de
|
||||
Patch1: pyqt-builder-add-timeline5.15.patch
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-sip-devel >= 6.7
|
||||
Requires: python-packaging
|
||||
Requires: python-sip-devel >= 6.7
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-PyQt-builder = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# SECTION Test Requirements
|
||||
BuildRequires: %{python_module sip-devel >= 6.7}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module sip-devel >= 6.7}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@ -81,7 +81,7 @@ $python -c 'import pyqtbuild'
|
||||
%postun
|
||||
%python_uninstall_alternative pyqt-bundle
|
||||
|
||||
%files %python_files
|
||||
%files %{python_files}
|
||||
%license LICENSE*
|
||||
%doc README NEWS ChangeLog
|
||||
%python_alternative %{_bindir}/pyqt-bundle
|
||||
|
Loading…
Reference in New Issue
Block a user