diff --git a/perl-Text-Soundex.spec b/perl-Text-Soundex.spec index 6885e1f..4d315c6 100644 --- a/perl-Text-Soundex.spec +++ b/perl-Text-Soundex.spec @@ -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 - 3.05-13 +- Remove redundant dependencies, Git is only for patching, user patches instead. + * Mon Apr 20 2020 Jeffery.Gao - 3.05-12 - Package init