public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Path-Iter] epel10: Init import.
Date: Tue, 09 Jun 2026 15:24:32 GMT	[thread overview]
Message-ID: <178101867240.1.11683668500285850511.rpms-perl-Path-Iter-42fefa9559cc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Path-Iter
Branch : epel10
Commit : 42fefa9559cc1896fe1914cce892c6efe54e2904
Author : Ralf Corsépius <corsepiu@fedoraproject.org>
Date   : 2018-01-11T17:42:12+01:00
Stats  : +54/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Path-Iter/c/42fefa9559cc1896fe1914cce892c6efe54e2904?branch=epel10

Log:
Init import.

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f11819d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Path-Iter-0.2.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 6669c0f..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# perl-Path-Iter
-
-The perl-Path-Iter package
\ No newline at end of file

diff --git a/perl-Path-Iter.spec b/perl-Path-Iter.spec
new file mode 100644
index 0000000..5e6ca37
--- /dev/null
+++ b/perl-Path-Iter.spec
@@ -0,0 +1,52 @@
+Name:           perl-Path-Iter
+Version:        0.2
+Release:        1%{?dist}
+Summary:        Simple Efficient Path Iteration
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Path-Iter/
+Source0:        http://www.cpan.org/authors/id/D/DM/DMUEY/Path-Iter-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
+# tests
+BuildRequires:  perl(Test::Perl::Critic)
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(Test::Pod) >= 1.14
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Iterate through the contents of a given path without having to build the
+entire list first.
+
+%prep
+%setup -q -n Path-Iter-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+%{__make} %{?_smp_mflags}
+
+%install
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+%{__make} test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 05 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.2-1
+- Initial Fedora package.

diff --git a/sources b/sources
new file mode 100644
index 0000000..415f7e2
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (Path-Iter-0.2.tar.gz) = 339f0c22e423cd4916324f02eac359ef3d6bc7718a49c1ad9384d1a0f4eabac3ddd3f1de2ad46beadbbc36473b18f137ad15171bb3e09cda68dd27f953042df4

                 reply	other threads:[~2026-06-09 15:24 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=178101867240.1.11683668500285850511.rpms-perl-Path-Iter-42fefa9559cc@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