[perl-Cache-FastMmap] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 07:58:34 UTC 2012


commit 7a3fe581c1562a5f2ab01bd7a24df8d9a63da1bc
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 12 09:58:10 2012 +0200

    Specify all dependencies

 perl-Cache-FastMmap.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Cache-FastMmap.spec b/perl-Cache-FastMmap.spec
index a494d7a..0ac52a1 100644
--- a/perl-Cache-FastMmap.spec
+++ b/perl-Cache-FastMmap.spec
@@ -7,9 +7,16 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cache-FastMmap/
 Source0:        http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(constant)
+BuildRequires:  perl(XSLoader)
+# Tests
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(GTop)
+# Optional tests
 BuildRequires:  perl(Compress::Zlib)
+BuildRequires:  perl(GTop)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -48,6 +55,7 @@ make test
 %changelog
 * Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 1.40-2
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Thu Jan 05 2012 Iain Arnell <iarnell at gmail.com> 1.40-1
 - update to latest upstream version


More information about the scm-commits mailing list