Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-SQLite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1517 Modified Files: perl-DateTime-Format-SQLite.spec Log Message: * Sat Feb 13 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.11-1 - auto-update by cpan-spec-update 0.002 - added a new req on perl(DateTime) (version 0.1) - PERL_INSTALL_ROOT => DESTDIR Index: perl-DateTime-Format-SQLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-SQLite/devel/perl-DateTime-Format-SQLite.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-DateTime-Format-SQLite.spec 7 Dec 2009 11:35:42 -0000 1.4 +++ perl-DateTime-Format-SQLite.spec 13 Feb 2010 18:54:16 -0000 1.5 @@ -1,22 +1,25 @@ -Name: perl-DateTime-Format-SQLite -Version: 0.10 -Release: 4%{?dist} -# lib/DateTime/Format/SQLite.pm -> GPL+ or Artistic -License: GPL+ or Artistic -Group: Development/Libraries -Summary: Parse and format SQLite dates and times -Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/DateTime-Format-SQLite-%{version}.tar.gz -Url: http://search.cpan.org/dist/DateTime-Format-SQLite -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(DateTime) >= 0.1 -BuildRequires: perl(DateTime::Format::Builder) >= 0.6 -BuildRequires: perl(Test::More) +Name: perl-DateTime-Format-SQLite +Summary: Parse and format SQLite dates and times +Version: 0.11 +Release: 1%{?dist} +License: GPL+ or Artistic +Group: Development/Libraries +Source0: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/DateTime-Format-SQLite-%{version}.tar.gz +URL: http://search.cpan.org/dist/ +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(DateTime::Format::Builder) >= 0.6 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) -Requires: perl(DateTime::Format::Builder) >= 0.6 +Requires: perl(DateTime) >= 0.1 +Requires: perl(DateTime::Format::Builder) >= 0.6 + +%{?perl_default_filter} +%{?perl_default_subpackage_tests} %description This module understands the formats used by SQLite for its 'date', @@ -40,7 +43,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -59,6 +62,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Feb 13 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.11-1 +- auto-update by cpan-spec-update 0.002 +- added a new req on perl(DateTime) (version 0.1) +- PERL_INSTALL_ROOT => DESTDIR + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 0.10-4 - rebuild against perl 5.10.1 @@ -74,4 +82,3 @@ rm -rf %{buildroot} * Fri Jun 26 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.10-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel