Fix the package dependency
This commit is contained in:
parent
05e0d6a660
commit
547341bb60
@ -1,13 +1,14 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: perl-File-chdir
|
||||
Version: 0.1011
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: More sensible way to change directories
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/File-chdir/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl >= 0:5.006 perl(Carp) perl(Cwd) >= 3.16 perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) perl(File::Spec) perl(File::Spec::Functions) >= 3.27
|
||||
BuildRequires: perl(strict) perl(Test::More) perl(warnings)
|
||||
@ -70,5 +71,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 5 2020 dingyue <dingyue5@huawei.com> - 0.1011-3
|
||||
- Fix the package dependency.
|
||||
|
||||
* Fri Jul 10 2020 chengzihan <chengzihan2@huawei.com> - 0.1011-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user