[perl-Test-Name-FromLine: 6/10] Drop the explicit requirements, rpmbuild finds them itself

Mathieu Bridon bochecha at fedoraproject.org
Wed Nov 27 09:37:51 UTC 2013


commit d4892a91c69755e6f1221e9f72dae4171c6636bb
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Nov 26 16:06:18 2013 +0800

    Drop the explicit requirements, rpmbuild finds them itself

 perl-Test-Name-FromLine.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Name-FromLine.spec b/perl-Test-Name-FromLine.spec
index 076f021..388d10c 100644
--- a/perl-Test-Name-FromLine.spec
+++ b/perl-Test-Name-FromLine.spec
@@ -28,8 +28,6 @@ BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(File::Slurp)
-Requires:       perl(Test::Builder)
 
 %{?perl_default_filter}
 
@@ -71,6 +69,7 @@ sed -i '/^inc\//d' MANIFEST
 - Also dropped the inc files from the MANIFEST.
 - Improved the package summary and description.
 - Added missing build requirements.
+- Dropped the explicit requirements, rpmbuild finds them itself.
 
 * Mon Nov 25 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.11-1
 - Initial package for Fedora with help from cpanspec.


More information about the scm-commits mailing list