Author: cweyl Update of /cvs/extras/rpms/perl-DBD-Multi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17120/devel Modified Files: .cvsignore sources Added Files: import.log perl-DBD-Multi.spec Log Message: initial commit --- 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: 1%{?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 * Sun Oct 05 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 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/devel/.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 15 Oct 2008 16:33:32 -0000 1.2 @@ -0,0 +1 @@ +DBD-Multi-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-Multi/devel/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 15 Oct 2008 16:33:32 -0000 1.2 @@ -0,0 +1 @@ +d24534cdbbc274338b662d96809430d6 DBD-Multi-0.14.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list