From 9ffe9caaee324906fe8472c378c13bd991c427e8 Mon Sep 17 00:00:00 2001 From: shenbowen Date: Fri, 12 May 2023 09:53:09 +0800 Subject: [PATCH] modify %patchxxx -p1 to %autosetup -p1 Signed-off-by: shenbowen --- libmpc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index e8667e1..67129e6 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,6 +1,6 @@ Name: libmpc Version: 1.2.0 -Release: 7 +Release: 8 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL-1.3-only URL: http://www.multiprecision.org/ @@ -31,11 +31,7 @@ Requires: mpfr-devel gmp-devel Header files and shared object symlinks for MPC is a C library. %prep -%setup -q -n mpc-%{version} -%patch6000 -p1 -%patch6001 -p1 -%patch6002 -p1 -%patch6003 -p1 +%autosetup -n mpc-%{version} -p1 %build %configure --disable-static @@ -78,6 +74,9 @@ fi %{_libdir}/libmpc.so %changelog +* Fri May 12 2023 shenbowen - 1.2.0-8 +- modify %patchxxx -p1 to %autosetup -p1 + * Fri May 5 2023 volcanodragon - 1.2.0-7 - fix the bug that bugfix patches are not patched. -- Gitee