Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17329 Modified Files: sources Added Files: import.log perl-DateTime-Format-DBI.spec Log Message: pseudo-branch of perl-DateTime-Format-DBI to F-8 --- NEW FILE import.log --- perl-DateTime-Format-DBI-0_031-2_fc9:HEAD:perl-DateTime-Format-DBI-0.031-2.fc9.src.rpm:1216940486 --- NEW FILE perl-DateTime-Format-DBI.spec --- Name: perl-DateTime-Format-DBI Version: 0.031 Release: 3%{?dist} Summary: Find a parser class for a database connection License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-DBI/ Source0: http://www.cpan.org/authors/id/C/CF/CFAERBER/DateTime-Format-DBI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(DateTime) >= 0.1 BuildRequires: perl(DBI) >= 1.21 BuildRequires: perl(ExtUtils::MakeMaker) # test BuildRequires: perl(Test::More) # see BZ#456357; until then... AutoProv: no Provides: perl(DateTime::Format::DBI) = %{version} %description This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). Note that this is most useful if you actually have the DateTime::Format::* class for your particular database(s) installed! See, e.g., perl-DateTime-MySQL, perl-DateTime-Oracle, perl-DateTime-DB2, etc. %prep %setup -q -n DateTime-Format-DBI-%{version} for i in README lib/DateTime/Format/DBI.pm ; do # correct UTF-8 wonkiness cat $i | iconv -f ISO-8859-1 -t UTF-8 > foo mv foo $i done %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 LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jul 24 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.031-3 - bump * Tue Jul 22 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.031-2 - override perl's auto-prov. see RH BZ#456357 * Wed Jul 16 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.031-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Jul 2008 18:31:12 -0000 1.1 +++ sources 24 Jul 2008 23:18:53 -0000 1.2 @@ -0,0 +1 @@ +97efe8dfe3a6e68cfb9489c451cd16dd DateTime-Format-DBI-0.031.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