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

Chris Weyl cweyl at fedoraproject.org
Sun Jan 11 22:33:35 UTC 2009


Author: cweyl

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

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


--- NEW FILE import.log ---
perl-DateTime-Format-DateParse-0_04-1_fc10:F-9:perl-DateTime-Format-DateParse-0.04-1.fc10.src.rpm:1231713170


--- NEW FILE perl-DateTime-Format-DateParse.spec ---
Name:           perl-DateTime-Format-DateParse
Version:        0.04
Release:        1%{?dist}
Summary:        Parse Date::Parse compatible formats
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DateTime-Format-DateParse/
Source0:        http://www.cpan.org/authors/id/J/JH/JHOBLITT/DateTime-Format-DateParse-%{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(Date::Parse) >= 2.27
BuildRequires:  perl(DateTime) >= 0.29
BuildRequires:  perl(DateTime::TimeZone) >= 0.27
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Time::Zone) >= 2.22
# tests
BuildRequires:  perl(Test::More)

%description
This module is a DateTime compatibility wrapper around Date::Parse; it allows
one to easily parse formats Date::Parse recognises for DateTime.

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

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Wed Dec 31 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- touch-up for submission

* Thu Dec 11 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-0.1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-DateParse/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jan 2009 17:22:36 -0000	1.1
+++ .cvsignore	11 Jan 2009 22:33:04 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-DateParse-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-DateParse/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jan 2009 17:22:36 -0000	1.1
+++ sources	11 Jan 2009 22:33:04 -0000	1.2
@@ -0,0 +1 @@
+e1b5dc9fd2ab9d10203f495ed113745f  DateTime-Format-DateParse-0.04.tar.gz




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