remove redundant dependencies

This commit is contained in:
shine_ 2021-06-09 12:24:52 +08:00
parent 9cc5aa75af
commit 284946b38d

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