[perl-Config-MVP] explicitly declare undetected requires

Iain Arnell iarnell at fedoraproject.org
Fri Apr 8 03:30:34 UTC 2011


commit 702534051d20afc5a8e5ffecaa30b66aef33e39a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 8 05:29:49 2011 +0200

    explicitly declare undetected requires

 perl-Config-MVP.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-MVP.spec b/perl-Config-MVP.spec
index 8e59f70..01c418e 100644
--- a/perl-Config-MVP.spec
+++ b/perl-Config-MVP.spec
@@ -1,6 +1,6 @@
 Name:           perl-Config-MVP
 Version:        2.200001
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Multivalue-property package-oriented configuration
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -30,6 +30,12 @@ BuildRequires:  perl(Tie::IxHash)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# not automatically detected
+Requires:       perl(Throwable)
+Requires:       perl(Role::Identifiable::HasIdent)
+Requires:       perl(Role::HasMessage)
+Requires:       perl(StackTrace::Auto)
+Requires:       perl(MooseX::OneArgNew)
 
 %{?perl_default_filter}
 
@@ -63,6 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 08 2011 Iain Arnell <iarnell at gmail.com> 2.200001-2
+- explicitly declare undetected requires
+
 * Thu Mar 31 2011 Iain Arnell <iarnell at gmail.com> 2.200001-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild



More information about the perl-devel mailing list