!2 解除git依赖,避免冗余依赖缺失导致的error。
From: @shine_ Reviewed-by: @hht8,@myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
5b222151b1
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Text-Soundex
|
Name: perl-Text-Soundex
|
||||||
Version: 3.05
|
Version: 3.05
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Implementation of the soundex algorithm
|
Summary: Implementation of the soundex algorithm
|
||||||
License: (Copyright only) and (GPL+ or Artistic)
|
License: (Copyright only) and (GPL+ or Artistic)
|
||||||
URL: https://metacpan.org/release/Text-Soundex
|
URL: https://metacpan.org/release/Text-Soundex
|
||||||
@ -24,7 +24,7 @@ Requires: perl-Text-Soundex = %{version}-%{release}
|
|||||||
Documentation for user of perl-Test-Soundex
|
Documentation for user of perl-Test-Soundex
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Text-Soundex-%{version} -p1 -S git
|
%autosetup -n Text-Soundex-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
|
||||||
@ -48,5 +48,8 @@ make test
|
|||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 20 2020 Jeffery.Gao <gaojianxing@huawei.com> - 3.05-12
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user