!49 update to 0.7.0
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
5e153f3e97
BIN
libdwarf-0.7.0.tar.xz
Normal file
BIN
libdwarf-0.7.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: libdwarf
|
Name: libdwarf
|
||||||
Version: 20210528
|
Version: 0.7.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library to access DWARF debugging information
|
Summary: Library to access DWARF debugging information
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: http://www.prevanders.net/dwarf.html
|
URL: http://www.prevanders.net/dwarf.html
|
||||||
Source0: http://www.prevanders.net/%{name}-%{version}.tar.gz
|
Source0: https://www.prevanders.net/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcc binutils-devel elfutils-libelf-devel dos2unix
|
BuildRequires: gcc make python3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libdwarf is a library of functions to provide read/write DWARF
|
Libdwarf is a library of functions to provide read/write DWARF
|
||||||
@ -41,38 +41,40 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
install -d %{buildroot}%{_includedir}/libdwarf
|
|
||||||
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/libdwarf
|
|
||||||
%delete_la
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=$PWD/libdwarf/.libs %__make check
|
|
||||||
|
LD_LIBRARY_PATH=$PWD/src/lib/libdwarf/.libs TZ=:America/Los_Angeles %__make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license libdwarf/{COPYING,LIBDWARFCOPYRIGHT,LGPL.txt}
|
%license src/lib/libdwarf/{COPYING,LIBDWARFCOPYRIGHT,LGPL.txt}
|
||||||
%{_libdir}/libdwarf.so.*
|
%{_libdir}/libdwarf.so.0
|
||||||
%exclude %{_datadir}/libdwarf
|
%{_libdir}/libdwarf.so.0.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libdwarf
|
%{_includedir}/libdwarf-0
|
||||||
|
%{_libdir}/pkgconfig/libdwarf.pc
|
||||||
%{_libdir}/libdwarf.so
|
%{_libdir}/libdwarf.so
|
||||||
%{_libdir}/{libdwarf.so,libdwarf.a}
|
%{_libdir}/libdwarf.a
|
||||||
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc dwarfdump/{README,ChangeLog}
|
%license src/bin/dwarfdump/{COPYING,DWARFDUMPCOPYRIGHT,GPL.txt}
|
||||||
%license dwarfdump/{COPYING,DWARFDUMPCOPYRIGHT,GPL.txt}
|
|
||||||
%{_bindir}/dwarfdump
|
%{_bindir}/dwarfdump
|
||||||
%{_datadir}/dwarfdump/dwarfdump.conf
|
%{_datadir}/dwarfdump/dwarfdump.conf
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc libdwarf/{ChangeLog,README,*.pdf}
|
%doc src/lib/libdwarf/{ChangeLog,README} doc/*.pdf
|
||||||
%{_mandir}/man1/dwarfdump.1.gz
|
%{_mandir}/man1/dwarfdump.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 15 2023 liyanan <thistleslyn@163.com> - 0.7.0-1
|
||||||
|
- Update to 0.7.0
|
||||||
|
|
||||||
* Tue Jul 26 2022 panys<panyanshuang@nati-gba.cn> - 20210528-1
|
* Tue Jul 26 2022 panys<panyanshuang@nati-gba.cn> - 20210528-1
|
||||||
- upgrade to version 20210528
|
- upgrade to version 20210528
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user