[perl-Crypt-Blowfish] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Jun 11 14:57:38 UTC 2012


commit 08ef586c18d4c54451bcc0688dff8da929d76fe1
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 11 16:57:10 2012 +0200

    Specify all dependencies
    
    All Perl dependenices must be defined via module names.

 perl-Crypt-Blowfish.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec
index 1569b89..c6e3799 100644
--- a/perl-Crypt-Blowfish.spec
+++ b/perl-Crypt-Blowfish.spec
@@ -8,9 +8,16 @@ URL: http://search.cpan.org/dist/Crypt-Blowfish/
 Source0: http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: perl-Crypt-CBC
+Requires: perl(Carp)
+# Recommended:
+Requires: perl(Crypt::CBC)
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl-Crypt-CBC
+# Runt-time:
+BuildRequires: perl(Carp)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(Exporter)
+# Tests:
+BuildRequires: perl(Crypt::CBC)
 
 %description
 Crypt::Blowfish is an XS-based implementation of the Blowfish
@@ -49,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 2.10-15
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list