|
|
@ -1,17 +1,17 @@
|
|
|
|
Name: perl-Text-RecordParser
|
|
|
|
Name: perl-Text-RecordParser
|
|
|
|
Version: 1.2.1
|
|
|
|
Version: 1.3.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Read record-oriented files
|
|
|
|
Summary: Read record-oriented files
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Text-RecordParser/
|
|
|
|
URL: http://search.cpan.org/dist/Text-RecordParser/
|
|
|
|
Source0: http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
# core
|
|
|
|
# core
|
|
|
|
#BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# cpan
|
|
|
|
# cpan
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
@ -26,6 +26,9 @@ BuildRequires: perl(Test::Exception)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# not automagically picked up...
|
|
|
|
|
|
|
|
Requires: perl(Class::Accessor)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This module is for reading record-oriented data in a delimited text file.
|
|
|
|
This module is for reading record-oriented data in a delimited text file.
|
|
|
|
The most common example have records separated by newlines and fields
|
|
|
|
The most common example have records separated by newlines and fields
|
|
|
@ -38,9 +41,9 @@ you can still bind your own field names via bind_fields. Either way, you
|
|
|
|
can then use many methods to get at the data as arrays or hashes.
|
|
|
|
can then use many methods to get at the data as arrays or hashes.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Text-RecordParser-v%{version}
|
|
|
|
%setup -q -n Text-RecordParser-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
|
|
|
|
perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
@ -68,6 +71,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.3.0-1
|
|
|
|
|
|
|
|
- auto-update to 1.3.0 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
- added a new br on perl(List::Util) (version 0)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|