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