rpms/perl-DateTime-Format-Flexible/F-9 import.log, NONE, 1.1 perl-DateTime-Format-Flexible.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Jan 11 22:32:45 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7574/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-DateTime-Format-Flexible.spec 
Log Message:
initial commit


--- NEW FILE import.log ---
perl-DateTime-Format-Flexible-0_05-1_fc10:F-9:perl-DateTime-Format-Flexible-0.05-1.fc10.src.rpm:1231713121


--- NEW FILE perl-DateTime-Format-Flexible.spec ---
Name:       perl-DateTime-Format-Flexible 
Version:    0.05 
Release:    1%{?dist}
# see LICENSE
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Flexibly parse strings and turn them into DateTime objects
Source:     http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/DateTime-Format-Flexible
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)
BuildRequires: perl(DateTime::Format::Builder) >= 0.74
BuildRequires: perl(Readonly) >= 0.06
BuildRequires: perl(Test::Simple) >= 0.44
BuildRequires: perl(Test::More)
BuildRequires: perl(File::Spec::Functions)
# optional tests...
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)


%description
If you have ever had to use a program that made you type in the date a
certain way and thought "Why can't the computer just figure out what date I
wanted?", this module is for you.

DateTime::Format::Flexible attempts to take any string you give it and
parse it into a DateTime object.

The test file tests 2500+ variations of date/time strings. If you can think
of any that I do not cover, please let me know.

%prep
%setup -q -n DateTime-Format-Flexible-%{version}

%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
TEST_POD=1 make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc LICENSE README Changes example/ 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Wed Jan 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- brush up for submission

* Sun Dec 07 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.05-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jan 2009 17:21:41 -0000	1.1
+++ .cvsignore	11 Jan 2009 22:32:14 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-Flexible-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jan 2009 17:21:42 -0000	1.1
+++ sources	11 Jan 2009 22:32:14 -0000	1.2
@@ -0,0 +1 @@
+1730dc9919c9dd73913c4fe3159c9bc3  DateTime-Format-Flexible-0.05.tar.gz




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