[perl-Text-Aspell] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 09:09:03 UTC 2012


commit 674623aa5ad2cee3f9ac3b33c76efa2ef6b3c9a6
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 12 11:08:56 2012 +0200

    Specify all dependencies

 perl-Text-Aspell.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-Text-Aspell.spec b/perl-Text-Aspell.spec
index 0de8374..ef50f54 100644
--- a/perl-Text-Aspell.spec
+++ b/perl-Text-Aspell.spec
@@ -8,8 +8,16 @@ Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/%{base}/
 Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HANK/%{base}-%{version}.tar.gz
-BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::More), perl(Test::Pod)
-BuildRequires:	aspell-devel >= 0.50.1, aspell-en
+BuildRequires:	aspell-devel >= 0.50.1,
+BuildRequires:  aspell-en
+BuildRequires:	perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(DynaLoader)
+# Tests
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Test::More)
+# Optional tests
+BuildRequires:  perl(Test::Pod) >= 1.14
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	aspell >= 0.50.1
 
@@ -46,6 +54,7 @@ make test TEST_POD=t
 %changelog
 * Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 0.09-13
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list