rpms/perl-Time-Duration-Parse/F-10 import.log, NONE, 1.1 perl-Time-Duration-Parse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Jan 14 23:12:12 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Time-Duration-Parse/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25453/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Time-Duration-Parse.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Time-Duration-Parse-0_06-1_fc10:F-10:perl-Time-Duration-Parse-0.06-1.fc10.src.rpm:1231974690


--- NEW FILE perl-Time-Duration-Parse.spec ---
Name:       perl-Time-Duration-Parse 
Version:    0.06 
Release:    1%{?dist}
# see lib/Time/Duration/Parse.pm
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Parse string that represents time duration 
Source:     http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Time-Duration-Parse-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Time-Duration-Parse
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(Exporter::Lite)
BuildRequires: perl(Test::More)
# optional tests
BuildRequires: perl(Time::Duration)


%description
Time::Duration::Parse is a module to parse human readable duration strings
like _2 minutes and 3 seconds_ to seconds.

It does the opposite of duration_exact() in Time::Duration and is roundtrip 
safe. So, the following is always true.

%prep
%setup -q -n Time-Duration-Parse-%{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 Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Jan 10 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
- brush-up for review

* Sat Oct 11 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.06-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Time-Duration-Parse/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2009 21:18:35 -0000	1.1
+++ .cvsignore	14 Jan 2009 23:11:42 -0000	1.2
@@ -0,0 +1 @@
+Time-Duration-Parse-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Time-Duration-Parse/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2009 21:18:35 -0000	1.1
+++ sources	14 Jan 2009 23:11:42 -0000	1.2
@@ -0,0 +1 @@
+a23b7ca50a909df57e484cf39a3fa414  Time-Duration-Parse-0.06.tar.gz




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