diff --git a/perl-Error.spec b/perl-Error.spec index fefc68b..1e6e6c8 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,6 +1,6 @@ Name: perl-Error Version: 0.17029 -Release: 1 +Release: 2 Epoch: 1 Summary: Error/exception handling in an OO-ish way License: (GPL+ or Artistic) and MIT @@ -8,7 +8,7 @@ URL: https://metacpan.org/release/Error Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz BuildArch: noarch -BuildRequires: coreutils findutils make git +BuildRequires: coreutils findutils make BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker) BuildRequires: perl(Carp) perl(Exporter) perl(overload) @@ -37,7 +37,7 @@ Requires: man Man pages and other related documents for %{name}. %prep -%autosetup -n Error-%{version} -p1 -S git +%autosetup -n Error-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -62,6 +62,9 @@ make test %{_mandir}/man3/Error::Simple.3* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.17029-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jan 28 2021 yuanxin