add build requires

This commit is contained in:
daidai_is_here 2020-01-14 18:20:37 +08:00
parent c0fef4d974
commit 29a1c8e861

View File

@ -1,6 +1,6 @@
Name: perl-File-pushd Name: perl-File-pushd
Version: 1.016 Version: 1.016
Release: 4 Release: 5
Summary: Change directory temporarily for a limited scope Summary: Change directory temporarily for a limited scope
License: ASL 2.0 License: ASL 2.0
@ -9,7 +9,8 @@ Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-%{v
BuildArch: noarch BuildArch: noarch
BuildRequires: make perl BuildRequires: make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Test::More) >= 0.96
%description %description
File::pushd does a temporary "chdir" that is easily and automatically File::pushd does a temporary "chdir" that is easily and automatically
@ -54,5 +55,11 @@ make test
%changelog %changelog
* Mon Jan 14 2010 daiqianwen <daiqianwen@huawei.com> - 1.016-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add build requires
* Mon Jan 06 2020 daiqianwen <daiqianwen@huawei.com> - 1.016-4 * Mon Jan 06 2020 daiqianwen <daiqianwen@huawei.com> - 1.016-4
- Package init - Package init