[perl-IO-stringy] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Jan 15 06:53:09 UTC 2015


commit 3d4630751c1c599e2d8cda14adb59f578d66477a
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 15 07:48:37 2015 +0100

    Specify all dependencies

 perl-IO-stringy.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index 5ca50ea..fd70f74 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,21 +1,28 @@
 Summary:	I/O on in-core objects like strings and arrays for Perl
 Name:		perl-IO-stringy
 Version:	2.110
-Release:	26%{?dist}
+Release:	27%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-stringy/
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+BuildRequires:  perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter)
-BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(FileHandle)
 BuildRequires:	perl(IO::File)
 BuildRequires:	perl(IO::Handle)
-BuildRequires:	perl(lib)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
 BuildRequires:	perl(Symbol)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Basename)
+BuildRequires:	perl(lib)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -64,6 +71,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::WrapTie.3pm*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar <ppisar at redhat.com> - 2.110-27
+- Specify all dependencies
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.110-26
 - Perl 5.20 rebuild
 



More information about the perl-devel mailing list