From cd88cf0177d670b9746d58aa557aaaa0c7e6b904 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Mon, 2 Aug 2021 10:14:53 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git (cherry picked from commit 0c71e50fb15acd8cb13a4d70b8b19172f124933b) --- perl-parent.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-parent.spec b/perl-parent.spec index 9285c8e..5dd813d 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 -- Gitee