rpms/perl-Nagios-Plugin-Beanstalk/devel import.log, NONE, 1.1 perl-Nagios-Plugin-Beanstalk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Thu Sep 24 07:40:02 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/perl-Nagios-Plugin-Beanstalk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27082/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Nagios-Plugin-Beanstalk.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
perl-Nagios-Plugin-Beanstalk-0_04-2_fc11:HEAD:perl-Nagios-Plugin-Beanstalk-0.04-2.fc11.src.rpm:1253777780


--- NEW FILE perl-Nagios-Plugin-Beanstalk.spec ---
Name:           perl-Nagios-Plugin-Beanstalk
Version:        0.04
Release:        2%{?dist}
Summary:        Nagios plugin to observe Beanstalkd queue server
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/
Source0:        http://www.cpan.org/modules/by-module/Nagios/Nagios-Plugin-Beanstalk-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Beanstalk::Client)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Nagios::Plugin)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A Nagios plugin to observe a Beanstalkd queue server.


%prep
%setup -q -n Nagios-Plugin-Beanstalk-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_bindir}/check_beanstalkd

%changelog
* Wed Sep 23 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.04-2
- Clarify description

* Thu Aug 13 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.04-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Nagios-Plugin-Beanstalk/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Sep 2009 04:34:07 -0000	1.1
+++ .cvsignore	24 Sep 2009 07:40:02 -0000	1.2
@@ -0,0 +1 @@
+Nagios-Plugin-Beanstalk-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Nagios-Plugin-Beanstalk/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Sep 2009 04:34:07 -0000	1.1
+++ sources	24 Sep 2009 07:40:02 -0000	1.2
@@ -0,0 +1 @@
+f1cecd0af2fa626e4ec0094c255b3895  Nagios-Plugin-Beanstalk-0.04.tar.gz




More information about the scm-commits mailing list