rpms/perl-TimeDate/EL-5 perl-TimeDate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Mon Apr 30 00:03:18 UTC 2007


Author: wtogami

Update of /cvs/extras/rpms/perl-TimeDate/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27126

Modified Files:
	.cvsignore sources 
Added Files:
	perl-TimeDate.spec 
Log Message:
import into EL-5



--- NEW FILE perl-TimeDate.spec ---
Name:           perl-TimeDate
Version:        1.16
Epoch:          1
Release: 	4%{?dist}
Summary:        A Perl module for time and date manipulation

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/TimeDate/
Source0:   http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module includes a number of smaller modules suited for
manipulation of time and date strings with Perl.  In particular, the
Date::Format and Date::Parse modules can display and read times and
dates in various formats, providing a more reliable interface to
textual representations of points in time.


%prep
%setup -q -n TimeDate-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check || :
make test

%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%{perl_vendorlib}/Date/
%{perl_vendorlib}/Time/
%{_mandir}/man3/*.3*


%changelog
* Sun Apr 29 2007 Warren Togami <wtogami at redhat.com> - 1:1.16-4
- import into EL-5

* Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 1:1.16-3.2
- rebuild for new perl-5.8.8

* Fri Dec 16 2005 Jesse Keating <jkeating at redhat.com>
- rebuilt for new gcc

* Fri Dec 16 2005 Jesse Keating <jkeating at redhat.com>
- rebuilt for new gcj

* Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:1.16-3
- Bring up to date with current Fedora.Extras perl spec template. (#155914)

* Wed Sep 22 2004 Chip Turner <cturner at redhat.com> 1:1.16-2
- rebuild

* Fri Feb 13 2004 Chip Turner <cturner at redhat.com> 1:1.16-1
- update to 1.16, bump epoch since previous version was 1.1301

* Tue Aug  6 2002 Chip Turner <cturner at redhat.com>
- automated release bump and build

* Tue Aug  6 2002 Chip Turner <cturner at localhost.localdomain>
- update to 1.301

* Wed Jan 09 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Wed Oct 24 2001 root <root at redhat.com>
- Spec file was autogenerated. 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-TimeDate/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Apr 2007 23:58:04 -0000	1.1
+++ .cvsignore	30 Apr 2007 00:02:44 -0000	1.2
@@ -0,0 +1 @@
+TimeDate-1.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-TimeDate/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 23:58:04 -0000	1.1
+++ sources	30 Apr 2007 00:02:44 -0000	1.2
@@ -0,0 +1 @@
+b3cc35a7cabd106ac8829d2f2ff4bd9d  TimeDate-1.16.tar.gz




More information about the scm-commits mailing list