Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23069

Modified Files:
        sources 
Added Files:
        perl-DateTime-Format-Oracle.spec 
Log Message:
* Thu Mar 06 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.03-3
Rebuild for new perl



--- NEW FILE perl-DateTime-Format-Oracle.spec ---
Name:           perl-DateTime-Format-Oracle
Version:        0.03
Release:        3%{?dist}
Summary:        Parse and format Oracle dates and timestamps
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DateTime-Format-Oracle/
Source0:        
http://www.cpan.org/authors/id/K/KO/KOLIBRIE/DateTime-Format-Oracle-%{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(Convert::NLS_DATE_FORMAT)
BuildRequires:  perl(DateTime)
BuildRequires:  perl(DateTime::Format::Builder)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)

%description
This module may be used to convert Oracle date and timestamp values into
DateTime objects. It also can take a DateTime object and produce a date
string matching the NLS_DATE_FORMAT.

%prep
%setup -q -n DateTime-Format-Oracle-%{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 README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Mar 06 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.03-3
Rebuild for new perl

* Fri Feb 01 2008 Chris Weyl <[EMAIL PROTECTED]> 0.03-2
- bump

* Wed Jan 16 2008 Chris Weyl <[EMAIL PROTECTED]> 0.03-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources     1 Feb 2008 02:25:23 -0000       1.1
+++ sources     15 Mar 2008 17:54:11 -0000      1.2
@@ -0,0 +1 @@
+672f1496bacf11660fa4001d7ef8cce2  DateTime-Format-Oracle-0.03.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to