From 284946b38ded9147f4619be6a4d56b9e3060fe87 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 12:24:52 +0800 Subject: [PATCH] remove redundant dependencies --- perl-Text-Soundex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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