diff --git a/perl-parent.spec b/perl-parent.spec index 9285c8e49ed62177ff1d2d209db069be8de2a242..5dd813dd48d2a596f8c8d9568c732e986085ad6e 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -2,14 +2,14 @@ Name: perl-parent Epoch: 1 Version: 0.238 -Release: 1 +Release: 2 Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic URL: https://metacpan.org/release/parent Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{perl_package_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: gcc git make +BuildRequires: gcc make BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -23,7 +23,7 @@ from those modules at the same time. %package_help %prep -%autosetup -n %{perl_package_name}-%{version} -S git +%autosetup -n %{perl_package_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -45,6 +45,9 @@ make test %{_mandir}/man3/parent.3* %changelog +* Mon Aug 02 2021 chenyanpanHW - 0.238-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jul 25 2020 zhanzhimin - 1:0.238-1 * Thu Sep 26 2019 shenyangyang - 1:0.237-4