!10 pcre delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-08-21 01:30:16 +00:00 committed by Gitee
commit 67f8c3b9a7

View File

@ -1,6 +1,6 @@
Name: pcre
Version: 8.44
Release: 1
Release: 2
Summary: Perl Compatible Regular Expressions
## Source package only:
# INSTALL: FSFAP
@ -29,7 +29,7 @@ Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2
BuildRequires: readline-devel autoconf automake coreutils
BuildRequires: gcc git gcc-c++ glibc-common libtool make
BuildRequires: gcc gcc-c++ glibc-common libtool make
BuildRequires: bash diffutils grep
Provides: %{name}-utf16 = %{version}-%{release} %{name}-utf32 = %{version}-%{release}
Provides: %{name}-cpp = %{version}-%{release} %{name}-tools = %{version}-%{release}
@ -69,7 +69,7 @@ Requires: man
The %{name}-help package contains doc files for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
libtoolize -cf
autoreconf -vif
@ -116,6 +116,9 @@ make check VERBOSE=yes
%{_mandir}/man3/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 8.44-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Jul 23 2020 zhangxingliang <zhangxingliang3@huawei.com> - 8.44-1
- Type: update
- ID: NA