From cbd2ef860d54968a9d97d78f2704f5e4ff330ed0 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:58:13 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libconfig.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libconfig.spec b/libconfig.spec index 2b81816..d5a081e 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -1,6 +1,6 @@ Name: libconfig Version: 1.7.2 -Release: 9 +Release: 10 Summary: C/C++ Configuration File Library License: LGPLv2+ URL: http://www.hyperrealm.com/libconfig/libconfig.html @@ -11,7 +11,7 @@ Source0: https://github.com/hyperrealm/libconfig/archive/v%{version}.tar. Source1: libconfig.pdf Patch9000: add-to-strbuf_append_string.patch -BuildRequires: git gcc gcc-c++ bison flex +BuildRequires: gcc gcc-c++ bison flex BuildRequires: texinfo-tex tex(ecbx1095.tfm) tex(ecrm1095.tfm) tex(cm-super-t1.enc) %description @@ -28,7 +28,7 @@ Obsoletes: libconfig-static Files for %{name} development %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 cp %{SOURCE1} . %build @@ -63,6 +63,9 @@ make check %{_libdir}/*.la %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.7.2-10 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Sep 8 2020 linwei - 1.7.2-9 - Type:enhancement - ID:NA