public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Devel-FindPerl] epel10: Import
Date: Wed, 26 Aug 2026 06:29:22 GMT [thread overview]
Message-ID: <178772576295.1.3953404551569596521.rpms-perl-Devel-FindPerl-4bd0870ceeeb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Devel-FindPerl
Branch : epel10
Commit : 4bd0870ceeebf79ca29808c370c7b07e5fc648e2
Author : Petr Písař <ppisar@redhat.com>
Date : 2014-05-06T07:12:37+02:00
Stats : +57/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Devel-FindPerl/c/4bd0870ceeebf79ca29808c370c7b07e5fc648e2?branch=epel10
Log:
Import
---
diff --git a/.gitignore b/.gitignore
index e69de29..cb4bb84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Devel-FindPerl-0.012.tar.gz
diff --git a/perl-Devel-FindPerl.spec b/perl-Devel-FindPerl.spec
new file mode 100644
index 0000000..e0dcb38
--- /dev/null
+++ b/perl-Devel-FindPerl.spec
@@ -0,0 +1,55 @@
+Name: perl-Devel-FindPerl
+Version: 0.012
+Release: 1%{?dist}
+Summary: Find the path to the current Perl interpreter
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Devel-FindPerl/
+Source0: http://www.cpan.org/authors/id/L/LE/LEONT/Devel-FindPerl-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
+# Run-time:
+BuildRequires: perl(Carp)
+BuildRequires: perl(Config)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Exporter) >= 5.57
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(IPC::Open2)
+BuildRequires: perl(Scalar::Util)
+# Tests:
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(Test::More)
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module tries to find the path to the currently running perl.
+
+%prep
+%setup -q -n Devel-FindPerl-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon May 05 2014 Petr Pisar <ppisar@redhat.com> 0.012-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..ae28052 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d1184cf3a5b3b3d06f75f40944934714 Devel-FindPerl-0.012.tar.gz
reply other threads:[~2026-08-26 6:29 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=178772576295.1.3953404551569596521.rpms-perl-Devel-FindPerl-4bd0870ceeeb@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