From 430c229be1be5bdd1caeecb35586ce75eae02b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=BE=97=E6=84=9F=E6=83=85=E7=9A=84openEuler?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 6 Jul 2023 13:15:37 +0000 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 木得感情的openEuler机器人 --- ltrace.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index a6e2a8f..c3e9692 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -24,6 +24,9 @@ Patch0014: ltrace-0.7.91-testsuite-includes-2.patch Patch0015: ltrace-0.7.91-tautology.patch Patch0016: ltrace-0.7.91-aarch64-params.patch +# patch for loongarch +Patch8000: ltrace-0.7.91-add-support-for-loongarch.patch + # patch for openEuler Patch9000: bugfix-0001-ltrace-0.7.91-aarch64_be-compile-support.patch Patch9001: bugfix-0001-ltrace-byteswap-instruction-in-arm-be8-mode.patch @@ -31,11 +34,10 @@ Patch9002: bugfix-for-use-after-free-about-soname.patch Patch9003: fix-null-directive-argument.patch Patch9004: Initialize-nrhs-to-avoid-gcc-warning.patch -# patch for loongarch -Patch8000: ltrace-0.7.91-add-support-for-loongarch.patch - BuildRequires: elfutils-devel dejagnu libselinux-devel autoconf automake libtool +%dump + %description Ltrace is a program that runs the specified command until it exits. It intercepts and records the dynamic library calls that are called by the @@ -55,7 +57,7 @@ Summary: Help document for the ltrace package Help document for the ltrace package. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name}-%{version} -p1 -v %build autoreconf -i -- Gitee