Remove custom patch, force CMake args in spec
This commit is contained in:
@@ -23,13 +23,13 @@ Summary: A Python library for the debugging of binary executables
|
||||
License: MIT
|
||||
URL: https://libdebug.org
|
||||
Source: libdebug-%{version}.tar.gz
|
||||
Patch1: cmakelist-fixes.patch
|
||||
Requires: libdwarf0
|
||||
Requires: python-prompt-toolkit
|
||||
Requires: python-psutil
|
||||
Requires: python-pyelftools
|
||||
Requires: python-requests
|
||||
Suggests: python-rich
|
||||
Recommends: glibc-debuginfo
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module nanobind >= 1.3.2}
|
||||
BuildRequires: %{python_module nanobind-devel >= 1.3.2}
|
||||
@@ -64,16 +64,12 @@ libdebug is an open source Python library for programmatic debugging of userland
|
||||
libdebug provides a comprehensive set of building blocks designed to facilitate the development of
|
||||
debugging tools for different purposes, including reverse engineering and exploitation.
|
||||
|
||||
%description devel
|
||||
libdebug is an open source Python library for programmatic debugging of userland binary executables.
|
||||
libdebug provides a comprehensive set of building blocks designed to facilitate the development of
|
||||
debugging tools for different purposes, including reverse engineering and exploitation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n libdebug-%{version}
|
||||
|
||||
%build
|
||||
export CMAKE_GENERATOR=Ninja
|
||||
export CMAKE_ARGS="-DDWARF_HEADER=/usr/include/libdwarf-0/"
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user