delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
5213f42eb5
commit
2083ebe18e
@ -1,13 +1,13 @@
|
||||
Name: perl-Exporter
|
||||
Version: 5.74
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Implements default import method for modules
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Exporter
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Exporter-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-interpreter perl-generators git
|
||||
BuildRequires: perl-interpreter perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Carp) >= 1.05 perl(strict) perl(warnings)
|
||||
BuildRequires: perl(Test::More) perl(vars)
|
||||
@ -31,7 +31,7 @@ Requires: man
|
||||
Man pages and other related documents for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n Exporter-%{version} -p1 -S git
|
||||
%autosetup -n Exporter-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -53,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 5.74-2
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 5.74-1
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user