From 1fda7bb5297d5f33f3bbc9fdf1b6c9f1a1b9b837 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:14:27 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git-core (cherry picked from commit d21ad5647569113c6295601ae2e8f8bf0ad2b77e) --- perl-Archive-Zip.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 0a9f0e9..67782cb 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -2,13 +2,13 @@ Name: perl-Archive-Zip Version: 1.64 -Release: 4 +Release: 5 Summary: Perl library for accessing Zip archives License: (GPL+ or Artistic) and BSD URL: https://metacpan.org/release/Archive-Zip Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz BuildArch: noarch -BuildRequires: git-core make perl-interpreter perl-generators perl(:VERSION) >= 5.4 +BuildRequires: make perl-interpreter perl-generators perl(:VERSION) >= 5.4 BuildRequires: perl(Config) perl(ExtUtils::MakeMaker) >= 6.76 perl(strict) BuildRequires: perl(:VERSION) >= 5.6 perl(bytes) perl(Carp) perl(Compress::Raw::Zlib) BuildRequires: perl(constant) perl(Cwd) perl(Data::Dumper) perl(Encode) perl(Exporter) @@ -40,7 +40,7 @@ Summary: Help documents for perl-Archive-Zip The perl-Archive-Zip-help package conatins manual pages for perl-Archive-Zip. %prep -%autosetup -n Archive-Zip-%{version} -p1 -S git +%autosetup -n Archive-Zip-%{version} -p1 for F in examples/*.pl; do perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})" done @@ -65,6 +65,9 @@ make test %{_mandir}/man3/Archive*.3* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.64-5 +- DESC: delete -S git from %autosetup, and delete BuildRequires git-core + * Thu May 28 2020 songzhengyu - 1.64-4 - add a buildRequire -- Gitee