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

Chris Weyl cweyl at fedoraproject.org
Sun Mar 1 08:20:46 UTC 2009


Author: cweyl

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

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


--- NEW FILE import.log ---
perl-DateTime-Format-ISO8601-0_06-1_fc10:F-9:perl-DateTime-Format-ISO8601-0.06-1.fc10.src.rpm:1235895605


--- NEW FILE perl-DateTime-Format-ISO8601.spec ---
Name:       perl-DateTime-Format-ISO8601 
Version:    0.06 
Release:    1%{?dist}
# LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Parses ISO8601 formats 
Source:     http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/DateTime-Format-ISO8601
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.18
BuildRequires: perl(DateTime::Format::Builder) >= 0.77
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::More)


%description
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
will be supported in a later release.



%prep
%setup -q -n DateTime-Format-ISO8601-%{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
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Thu Feb 05 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
- update for submission

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Mar 2009 00:21:01 -0000	1.1
+++ .cvsignore	1 Mar 2009 08:20:15 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-ISO8601-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Mar 2009 00:21:02 -0000	1.1
+++ sources	1 Mar 2009 08:20:15 -0000	1.2
@@ -0,0 +1 @@
+4e0faf82577b4d7a9b116fc5a6825728  DateTime-Format-ISO8601-0.06.tar.gz




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