Add missing File::* buildtime dependencies
This commit is contained in:
parent
682f571562
commit
cd8c42029f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: perl-IO-Compress
|
Name: perl-IO-Compress
|
||||||
Version: 2.058
|
Version: 2.058
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Read and write compressed data
|
Summary: Read and write compressed data
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -17,7 +17,9 @@ BuildRequires: perl(constant)
|
|||||||
BuildRequires: perl(Encode)
|
BuildRequires: perl(Encode)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(IO::Handle)
|
BuildRequires: perl(IO::Handle)
|
||||||
BuildRequires: perl(IO::Seekable)
|
BuildRequires: perl(IO::Seekable)
|
||||||
@ -106,6 +108,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
|
|||||||
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
%{_mandir}/man3/IO::Uncompress::*.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 2.058-2
|
||||||
|
- Add missing File::* buildtime dependencies
|
||||||
|
|
||||||
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
|
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
|
||||||
- Update to 2.058
|
- Update to 2.058
|
||||||
- IO::Compress::Zip
|
- IO::Compress::Zip
|
||||||
|
Loading…
Reference in New Issue
Block a user