Author: steve Update of /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17000 Modified Files: .cvsignore perl-DateTime-Format-W3CDTF.spec sources Log Message: Update to 0.05. Update Source0 URL. Build with Module::Build. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 28 Aug 2006 16:00:49 -0000 1.2 +++ .cvsignore 13 Feb 2010 20:46:58 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-W3CDTF-0.04.tar.gz +DateTime-Format-W3CDTF-0.05.tar.gz Index: perl-DateTime-Format-W3CDTF.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/perl-DateTime-Format-W3CDTF.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-DateTime-Format-W3CDTF.spec 7 Dec 2009 11:26:31 -0000 1.8 +++ perl-DateTime-Format-W3CDTF.spec 13 Feb 2010 20:46:58 -0000 1.9 @@ -1,15 +1,15 @@ Name: perl-DateTime-Format-W3CDTF -Version: 0.04 -Release: 8%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Parse and format W3CDTF datetime strings License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ -Source0: http://www.cpan.org/authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-W3CDTF-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -22,21 +22,19 @@ date format of RSS 1.0. %setup -q -n DateTime-Format-W3CDTF-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor +./Build %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT - -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -48,6 +46,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Feb 13 2010 Steven Pritchard <steve@xxxxxxxxx> 0.05-1 +- Update to 0.05. +- Update Source0 URL. +- Build with Module::Build. + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 0.04-8 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 28 Aug 2006 16:00:49 -0000 1.2 +++ sources 13 Feb 2010 20:46:58 -0000 1.3 @@ -1 +1 @@ -5ad0a41bb5de08f9c16395ea311bb491 DateTime-Format-W3CDTF-0.04.tar.gz +86b23720f1d2f40ca1fec0a4096a5ff4 DateTime-Format-W3CDTF-0.05.tar.gz -- 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