public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Text-RecordParser] epel10.2: 1.6.5 bump
Date: Fri, 07 Aug 2026 13:12:35 GMT [thread overview]
Message-ID: <178610835584.1.7093293461765859586.rpms-perl-Text-RecordParser-f2539f4e9bbf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Text-RecordParser
Branch : epel10.2
Commit : f2539f4e9bbf4feef38558d6c3a673014808eaca
Author : Petr Šabata <contyk@redhat.com>
Date : 2015-04-23T16:49:12+02:00
Stats : +39/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Text-RecordParser/c/f2539f4e9bbf4feef38558d6c3a673014808eaca?branch=epel10.2
Log:
1.6.5 bump
- Update source URL
---
diff --git a/.gitignore b/.gitignore
index 58c5149..dba514e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
Text-RecordParser-1.3.0.tar.gz
/Text-RecordParser-v1.5.0.tar.gz
/Text-RecordParser-v1.6.3.tar.gz
+/Text-RecordParser-1.6.5.tar.gz
diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec
index 701149e..c2c6bed 100644
--- a/perl-Text-RecordParser.spec
+++ b/perl-Text-RecordParser.spec
@@ -1,41 +1,53 @@
Name: perl-Text-RecordParser
-Version: 1.6.3
-Release: 3%{?dist}
+Version: 1.6.5
+Release: 1%{?dist}
Summary: Read record-oriented files
License: GPLv2
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-RecordParser/
-Source0: http://search.cpan.org/CPAN/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
BuildArch: noarch
-Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+# Build
BuildRequires: perl
+BuildRequires: perl(Config)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(ExtUtils::MM_Unix)
+BuildRequires: perl(Fcntl)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(strict)
+BuildRequires: perl(vars)
+# Runtime
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Accessor)
+BuildRequires: perl(English)
+BuildRequires: perl(Getopt::Long)
+BuildRequires: perl(GraphViz)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(List::MoreUtils)
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(Pod::Markdown)
-BuildRequires: perl(Pod::Readme)
-BuildRequires: perl(Pod::Select)
+BuildRequires: perl(List::Util)
+BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Readonly)
-BuildRequires: perl(strict)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Text::Autoformat)
BuildRequires: perl(Text::ParseWords)
+BuildRequires: perl(Text::TabularDisplay)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
-# test
-BuildRequires: perl(Config)
-BuildRequires: perl(File::Basename)
+# Tests only
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-# not automagically picked up...
-#Requires: perl(Class::Accessor)
+# Optional tests only
+BuildRequires: perl(Test::Pod) >= 1.14
+BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
%description
This module is for reading record-oriented data in a delimited text file.
@@ -49,19 +61,19 @@ 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.
%prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
%build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
%install
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
-./Build test
+make test
%files
%doc Changes README TODO
@@ -70,6 +82,10 @@ perl Build.PL installdirs=vendor
%{_mandir}/man[13]/*
%changelog
+* Thu Apr 23 2015 Petr Šabata <contyk@redhat.com> - 1.6.5-1
+- 1.6.5 bump
+- Update source URL
+
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.3-3
- Perl 5.20 rebuild
diff --git a/sources b/sources
index 5f66f64..96e59e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86659b7a16726b951870f1025681adc2 Text-RecordParser-v1.6.3.tar.gz
+9a1a71d37c2b89d9290e1c9207102276 Text-RecordParser-1.6.5.tar.gz
reply other threads:[~2026-08-07 13:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178610835584.1.7093293461765859586.rpms-perl-Text-RecordParser-f2539f4e9bbf@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox