[perl-Authen-Simple] Add Class::Accessor::Fast and Class::Data::Inheritable as Requires

Emmanuel Seyman eseyman at fedoraproject.org
Thu Mar 29 18:27:13 UTC 2012


commit 4a1c2d09a4a095d7965a2603737048d26c5a007c
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Mar 29 20:27:09 2012 +0200

    Add Class::Accessor::Fast and Class::Data::Inheritable as Requires

 perl-Authen-Simple.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Authen-Simple.spec b/perl-Authen-Simple.spec
index f374087..5919acc 100644
--- a/perl-Authen-Simple.spec
+++ b/perl-Authen-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Authen-Simple
 Version:        0.4
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        Simple Authentication
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,6 +17,10 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Required by Authen::Simple::Adapter
+Requires:       perl(Class::Accessor::Fast)
+Requires:       perl(Class::Data::Inheritable)
+
 %{?perl_default_filter}
 
 %description
@@ -44,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 29 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.4-8
+- Add Class::Accessor::Fast and Class::Data::Inheritable to Requires
+
 * Wed Jan 11 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.4-7
 - Clean up spec file
 



More information about the perl-devel mailing list