SPECS: perl-Nagios-Plugin.spec - use base ... not catched by perl ...

glen glen at pld-linux.org
Mon Mar 24 09:43:16 CET 2008


Author: glen                         Date: Mon Mar 24 08:43:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use base ... not catched by perl autodeps

---- Files affected:
SPECS:
   perl-Nagios-Plugin.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/perl-Nagios-Plugin.spec
diff -u SPECS/perl-Nagios-Plugin.spec:1.2 SPECS/perl-Nagios-Plugin.spec:1.3
--- SPECS/perl-Nagios-Plugin.spec:1.2	Mon Mar 24 09:38:01 2008
+++ SPECS/perl-Nagios-Plugin.spec	Mon Mar 24 09:43:11 2008
@@ -9,7 +9,7 @@
 Summary:	Nagios::Plugin - A family of perl modules to streamline writing Nagios plugins
 Name:		perl-Nagios-Plugin
 Version:	0.23
-Release:	1
+Release:	2
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -25,6 +25,9 @@
 BuildRequires:	perl(Params::Validate)
 BuildRequires:	perl(Test::More) >= 0.62
 %endif
+# Not catched by `use base qw(Class::Accessor::Fast)'; construct
+Requires:	perl-Class-Accessor
+Requires:	perl-Config-Tiny
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -73,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-03-24 08:43:11  glen
+- use base ... not catched by perl autodeps
+
 Revision 1.2  2008-03-24 08:38:01  glen
 - missing dir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Nagios-Plugin.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list