From 2bfbb87b98bac68eaa1c4402b0c0adfd9178b034 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:48:18 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- gmp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gmp.spec b/gmp.spec index f4cacc0..61bb1cc 100644 --- a/gmp.spec +++ b/gmp.spec @@ -1,11 +1,11 @@ Name: gmp Version: 6.2.1 -Release: 1 +Release: 2 Epoch: 1 URL: https://gmplib.org Source0: https://gmplib.org/download/gmp/gmp-%{version}.tar.bz2 License: LGPLv3 and GPLv2 -BuildRequires: autoconf automake libtool gcc gcc-c++ git perl-Carp +BuildRequires: autoconf automake libtool gcc gcc-c++ perl-Carp Summary: A GNU multiple precision arithmetic library %description @@ -31,7 +31,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} GMP dependent library for C++ applications. %prep -%autosetup -S git +%autosetup -p1 %build autoreconf -ifv @@ -97,6 +97,9 @@ make %{?_smp_mflags} check %{_libdir}/pkgconfig/gmpxx.pc %changelog +* Fri Jul 30 2021 chenyanpanHW - 6.2.1-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jan 30 2021 xinghe - 1:6.2.1-1 - Upgrade to 6.2.1 -- Gitee