package created using the webbuild interface [release 5.0-1mamba;Sat Jun 11 2022]
This commit is contained in:
parent
0ad6135fb0
commit
c59bb7a9df
@ -1,2 +1,4 @@
|
|||||||
# debugedit
|
# debugedit
|
||||||
|
|
||||||
|
debugedit provides programs and scripts for creating debuginfo and source file distributions, collect build-ids and rewrite source paths in DWARF data for debugging, tracing and profiling.
|
||||||
|
|
||||||
|
49
debugedit.spec
Normal file
49
debugedit.spec
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
Name: debugedit
|
||||||
|
Version: 5.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Programs and scripts for creating debuginfo and source file distributions
|
||||||
|
Group: Development/Tools
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://sourceware.org/debugedit/
|
||||||
|
Source: https://sourceware.org/ftp/debugedit/%{version}/debugedit-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libdw-devel
|
||||||
|
BuildRequires: libelf-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
debugedit provides programs and scripts for creating debuginfo and source file distributions, collect build-ids and rewrite source paths in DWARF data for debugging, tracing and profiling.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/debugedit
|
||||||
|
%{_bindir}/find-debuginfo
|
||||||
|
%{_bindir}/sepdebugcrcfix
|
||||||
|
%{_mandir}/man1/debugedit.1*
|
||||||
|
%{_mandir}/man1/find-debuginfo.1*
|
||||||
|
%{_mandir}/man1/sepdebugcrcfix.1*
|
||||||
|
%doc COPYING COPYING.LIB
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jun 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user