diff --git a/libecap.spec b/libecap.spec index c62addf2a105f03c05fe16d96c3d2fd68819a75d..76d195b74ef4b4047aa7af38d7434e080f4ce0c9 100644 --- a/libecap.spec +++ b/libecap.spec @@ -1,13 +1,13 @@ Name: libecap Version: 1.0.1 -Release: 4 +Release: 5 Summary: an loadable eCAP adapter for Squid HTTP-Proxy License: BSD URL: http://www.e-cap.org/ Source0: http://www.e-cap.org/archive/%{name}-%{version}.tar.gz Source1: autoconf.h -BuildRequires: git gcc gcc-c++ +BuildRequires: gcc gcc-c++ %description eCAP is a software interface that allows a network application, @@ -27,7 +27,7 @@ BuildArch: noarch Help files for %{name} %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -63,5 +63,8 @@ make check %doc README %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.1-5 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Wed Aug 28 2019 openEuler Buildteam - 1.0.1-4 - Package init