diff --git a/build-aux/fedora-git.spec b/build-aux/fedora-git.spec index 3a9679a..781e882 100644 --- a/build-aux/fedora-git.spec +++ b/build-aux/fedora-git.spec @@ -2,6 +2,7 @@ %global pypi_version 0.1.1 %global oname PortProtonQt %global build_timestamp %(date +"%Y%m%d") +%global _python_no_extras_requires 1 %global rel_build 1.git.%{build_timestamp}%{?dist} @@ -47,6 +48,8 @@ Requires: xdg-utils %description -n python3-%{pypi_name}-git This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup. +%{?python_disable_dependency_generator} + %prep git clone https://git.linux-gaming.ru/Boria138/PortProtonQt.git diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec index 9d6f268..e3592a4 100644 --- a/build-aux/fedora.spec +++ b/build-aux/fedora.spec @@ -1,6 +1,7 @@ %global pypi_name portprotonqt %global pypi_version 0.1.2 %global oname PortProtonQt +%global _python_no_extras_requires 1 Name: python-%{pypi_name} Version: %{pypi_version} @@ -44,6 +45,8 @@ Requires: xdg-utils %description -n python3-%{pypi_name} This application provides a sleek, intuitive graphical interface for managing and launching games from PortProton, Steam, and Epic Games Store. It consolidates your game libraries into a single, user-friendly hub for seamless navigation and organization. Its lightweight structure and cross-platform support deliver a cohesive gaming experience, eliminating the need for multiple launchers. Unique PortProton integration enhances Linux gaming, enabling effortless play of Windows-based titles with minimal setup. +%{?python_disable_dependency_generator} + %prep git clone https://git.linux-gaming.ru/Boria138/PortProtonQt cd %{oname}