Move files from -devel package to main

This commit is contained in:
2025-04-22 21:13:05 +02:00
parent 2c2a499a54
commit dfbba56dc6

View File

@@ -24,6 +24,12 @@ 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
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nanobind >= 1.3.2}
BuildRequires: %{python_module nanobind-devel >= 1.3.2}
@@ -58,15 +64,6 @@ 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.
%package devel
Summary: Development files for libdebug
Requires: libdwarf0
Requires: python-prompt-toolkit
Requires: python-psutil
Requires: python-pyelftools
Requires: python-requests
Suggests: python-rich
%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
@@ -88,7 +85,7 @@ export CMAKE_GENERATOR=Ninja
# cd test
# %#pyunittest_arch
%files %{python_files devel}
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitearch}/libdebug