Specify all dependencies
This commit is contained in:
parent
cd0031fc3d
commit
85ff55e889
@ -12,9 +12,21 @@ BuildArch: noarch
|
||||
#https://rt.cpan.org/Public/Bug/Display.html?id=54827
|
||||
Patch0: Archive-Zip-cpan-rt-54827.patch
|
||||
|
||||
BuildRequires: perl(Compress::Zlib) >= 1.14
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Which) >= 0.05
|
||||
# Run-time
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec) >= 0.80
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Seekable)
|
||||
BuildRequires: perl(Time::Local)
|
||||
# Tests
|
||||
BuildRequires: perl(File::Spec::Unix)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: unzip
|
||||
BuildRequires: zip
|
||||
@ -72,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.30-9
|
||||
- Perl 5.16 rebuild
|
||||
- Specify all dependencies
|
||||
|
||||
* Mon Mar 19 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.30-8
|
||||
- 543660 apply patch from rt cpan 54827
|
||||
|
Loading…
Reference in New Issue
Block a user