rpms/perl-DBD-Multi/F-9 import.log, NONE, 1.1 perl-DBD-Multi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Thu Oct 16 03:25:57 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-DBD-Multi/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17055

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-DBD-Multi.spec 
Log Message:
pseudo-branch of perl-DBD-Multi to F-9


--- NEW FILE import.log ---
perl-DBD-Multi-0_14-1_fc9:HEAD:perl-DBD-Multi-0.14-1.fc9.src.rpm:1224088400


--- NEW FILE perl-DBD-Multi.spec ---
Name:       perl-DBD-Multi 
Version:    0.14 
Release:        2%{?dist}
# see Makefile.PL
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    DB Proxy with failover and load balancing 
Source:     http://search.cpan.org/CPAN/authors/id/D/DW/DWRIGHT/DBD-Multi-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/DBD-Multi
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(Class::Accessor::Fast) >= 0.19
BuildRequires: perl(DBD::SQLite) >= 1.09
BuildRequires: perl(DBI)
BuildRequires: perl(List::Util) >= 1.18
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Sys::SigAction) >= 0.1
BuildRequires: perl(Test::Exception) >= 0.21
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04

# not picked up due to 'use base'
Requires:      perl(Class::Accessor::Fast) >= 0.19

%description
This software manages multiple database connections for failovers and also
simple load balancing. It acts as a proxy between your code and your
database connections, transparently choosing a connection for each query,
based on your preferences and present availability of the DB server.

%prep
%setup -q -n DBD-Multi-%{version}

%{__perl} -pi -e 's|^#!perl|#!%{__perl}|' t/*.t

%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,-)
%doc Changes README t/ 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Wed Oct 15 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.14-2
- bump

* Sun Oct 05 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.14-1
- initial Fedora packaging
- generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-Multi/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 05:21:25 -0000	1.1
+++ .cvsignore	16 Oct 2008 03:25:26 -0000	1.2
@@ -0,0 +1 @@
+DBD-Multi-0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-Multi/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 05:21:25 -0000	1.1
+++ sources	16 Oct 2008 03:25:26 -0000	1.2
@@ -0,0 +1 @@
+d24534cdbbc274338b662d96809430d6  DBD-Multi-0.14.tar.gz




More information about the Fedora-perl-devel-list mailing list