public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Path-Iter] epel10: Init import.
@ 2026-06-09 15:24
0 siblings, 0 replies; only message in thread
From: @ 2026-06-09 15:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 15:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 15:24 [rpms/perl-Path-Iter] epel10: Init import
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox