!2 解除git依赖,避免冗余依赖缺失导致的error。

From: @shine_
Reviewed-by: @hht8,@myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-06-18 02:58:20 +00:00 committed by Gitee
commit 5b222151b1

View File

@ -1,6 +1,6 @@
Name: perl-Text-Soundex
Version: 3.05
Release: 12
Release: 13
Summary: Implementation of the soundex algorithm
License: (Copyright only) and (GPL+ or Artistic)
URL: https://metacpan.org/release/Text-Soundex
@ -24,7 +24,7 @@ Requires: perl-Text-Soundex = %{version}-%{release}
Documentation for user of perl-Test-Soundex
%prep
%autosetup -n Text-Soundex-%{version} -p1 -S git
%autosetup -n Text-Soundex-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
@ -48,5 +48,8 @@ make test
%doc README LICENSE
%changelog
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 3.05-13
- Remove redundant dependencies, Git is only for patching, user patches instead.
* Mon Apr 20 2020 Jeffery.Gao <gaojianxing@huawei.com> - 3.05-12
- Package init