[perl-IO-Compress] Add missing File::* buildtime dependencies

Petr Šabata psabata at fedoraproject.org
Mon Nov 26 13:05:26 UTC 2012


commit cd8c42029f12a450bf97ab62fdb4a80ee1edefa6
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Nov 26 14:05:20 2012 +0100

    Add missing File::* buildtime dependencies

 perl-IO-Compress.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec
index a69a95f..1524878 100644
--- a/perl-IO-Compress.spec
+++ b/perl-IO-Compress.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-IO-Compress
 Version:        2.058
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Read and write compressed data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,7 +17,9 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Seekable)
@@ -106,6 +108,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
 %{_mandir}/man3/IO::Uncompress::*.3pm*
 
 %changelog
+* Mon Nov 26 2012 Petr Šabata <contyk at redhat.com> - 2.058-2
+- Add missing File::* buildtime dependencies
+
 * Tue Nov 13 2012 Paul Howarth <paul at city-fan.org> - 2.058-1
 - Update to 2.058
   - IO::Compress::Zip



More information about the perl-devel mailing list