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

Chris Weyl cweyl at fedoraproject.org
Sat Feb 14 18:32:03 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-Excel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2665/F-10

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


--- NEW FILE import.log ---
perl-DateTime-Format-Excel-0_2901-1_fc10:F-10:perl-DateTime-Format-Excel-0.2901-1.fc10.src.rpm:1234636291


--- NEW FILE perl-DateTime-Format-Excel.spec ---
Name:       perl-DateTime-Format-Excel 
Version:    0.2901 
Release:    1%{?dist}
# lib/DateTime/Format/Excel.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Convert between DateTime and Excel dates 
Source:     http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Excel-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/DateTime-Format-Excel
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(DateTime) >= 0.1705
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::Pod)

%description
Excel uses a different system for its dates than most Unix programs.
This module allows you to convert between a few of the Excel raw formats
and DateTime objects, which can then be further converted via any of
the other DateTime::Format::* modules, or just with DateTime's
methods.If you happen to be dealing with dates between 1 Jan 1900 and 1
Mar 1900 please read the notes on EPOCHS. If you're wanting to handle
actual spreadsheet files, you may find the Spreadsheet::WriteExcel
manpage and the Spreadsheet::ParseExcel manpage of use.

%prep
%setup -q -n DateTime-Format-Excel-%{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
# nuke failing signature test
rm t/00sig*
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README COPYING AUTHORS Artistic CREDITS
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Feb 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.2901-1
- prep for submission

* Thu Feb 05 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.2901-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Excel/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2009 06:59:07 -0000	1.1
+++ .cvsignore	14 Feb 2009 18:31:33 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-Excel-0.2901.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Excel/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2009 06:59:07 -0000	1.1
+++ sources	14 Feb 2009 18:31:33 -0000	1.2
@@ -0,0 +1 @@
+d2f1934833c247b50088fd7999efee04  DateTime-Format-Excel-0.2901.tar.gz




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