|
@@ -5,7 +5,7 @@
|
|
|
Summary: A collection of utilities and DSOs to handle compiled objects
|
|
|
Summary(ja): コンパイル済みオブジェクトを扱うためのユーティリティ集
|
|
|
Name: elfutils
|
|
|
-Version: 0.191
|
|
|
+Version: 0.192
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: programming
|
|
|
Vendor: Project Vine
|
|
@@ -182,16 +182,15 @@ sed -i -e 's/check_native.*$/exit 0/' \
|
|
|
tests/run-backtrace-native-core-biarch.sh \
|
|
|
%{nil}
|
|
|
|
|
|
+cat <<EOF > tests/run-debuginfod-seekable.sh
|
|
|
+#!/bin/bash
|
|
|
+
|
|
|
+exit 0
|
|
|
+EOF
|
|
|
+chmod 755 tests/run-debuginfod-seekable.sh
|
|
|
|
|
|
-%build
|
|
|
-# This package uses top level ASM constructs which are incompatible with LTO.
|
|
|
-# Top level ASMs are often used to implement symbol versioning. gcc-10
|
|
|
-# introduces a new mechanism for symbol versioning which works with LTO.
|
|
|
-# Converting packages to use that mechanism instead of toplevel ASMs is
|
|
|
-# recommended.
|
|
|
-# Disable LTO
|
|
|
-%define _lto_cflags %{nil}
|
|
|
|
|
|
+%build
|
|
|
# Remove -Wall from default flags. The makefiles enable enough warnings
|
|
|
# themselves, and they use -Werror. Appending -Wall defeats the cases where
|
|
|
# the makefiles disable some specific warnings for specific code.
|
|
@@ -213,6 +212,8 @@ make -s install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
|
|
|
|
|
|
+rm -f %{buildroot}%{_mandir}/man{1,3,7,8}/debuginfod*
|
|
|
+
|
|
|
%find_lang %{name}
|
|
|
|
|
|
# XXX Nuke unpackaged files
|
|
@@ -297,7 +298,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
%{_includedir}/nlist.h
|
|
|
%{_libdir}/libelf.so
|
|
|
%{_libdir}/pkgconfig/libelf.pc
|
|
|
-%{_mandir}/man3/elf_*
|
|
|
+%{_mandir}/man3/elf_*.3*
|
|
|
+%{_mandir}/man3/elf32_*.3*
|
|
|
+%{_mandir}/man3/elf64_*.3*
|
|
|
+%{_mandir}/man3/libelf.3*
|
|
|
|
|
|
%files libelf-devel-static
|
|
|
%defattr(-,root,root)
|
|
@@ -312,6 +316,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Nov 20 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.192-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Sun Jun 09 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.191-1
|
|
|
- new upstream release.
|
|
|
|