[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/perl-DateTime-Format-DB2/F-9 import.log, NONE, 1.1 perl-DateTime-Format-DB2.spec, NONE, 1.1 sources, 1.1, 1.2
- From: Chris Weyl <cweyl fedoraproject org>
- To: cvsextras fedora redhat com, fedora-perl-devel-list redhat com, cweyl alumni drew edu
- Cc:
- Subject: rpms/perl-DateTime-Format-DB2/F-9 import.log, NONE, 1.1 perl-DateTime-Format-DB2.spec, NONE, 1.1 sources, 1.1, 1.2
- Date: Tue, 22 Jul 2008 23:45:35 GMT
Author: cweyl
Update of /cvs/extras/rpms/perl-DateTime-Format-DB2/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29479
Modified Files:
sources
Added Files:
import.log perl-DateTime-Format-DB2.spec
Log Message:
pseudo-branch of perl-DateTime-Format-DB2 to F-9
--- NEW FILE import.log ---
perl-DateTime-Format-DB2-0_05-1_fc8:HEAD:perl-DateTime-Format-DB2-0.05-1.fc8.src.rpm:1216770151
--- NEW FILE perl-DateTime-Format-DB2.spec ---
Name: perl-DateTime-Format-DB2
Version: 0.05
Release: 2%{?dist}
Summary: Parse and format DB2 dates and times
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/DateTime-Format-DB2/
Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/DateTime-Format-DB2-%{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(DateTime)
BuildRequires: perl(DateTime::Format::Builder)
BuildRequires: perl(ExtUtils::MakeMaker)
# tests
BuildRequires: perl(Test::More)
# not picked up automatically
Requires: perl(DateTime::Format::Builder)
%description
This module understands the formats used by DB2 for its DATE, TIME, and
TIMESTAMP data types. It can be used to parse these formats in order to
create DateTime objects, and it can take a DateTime object and produce a
string representing it in the DB2 format.
%prep
%setup -q -n DateTime-Format-DB2-%{version}
chmod -c -x t/*
%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 t/
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Jul 22 2008 Chris Weyl <cweyl alumni drew edu> 0.05-2
- bump
* Wed Jul 16 2008 Chris Weyl <cweyl alumni drew edu> 0.05-1
- Specfile autogenerated by cpanspec 1.74.
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-DB2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:01:04 -0000 1.1
+++ sources 22 Jul 2008 23:44:49 -0000 1.2
@@ -0,0 +1 @@
+a60a9535dcfab4458740c4805adcdd2b DateTime-Format-DB2-0.05.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]