public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Devel-FindPerl] epel10: Import
@ 2026-08-26  6:29 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-26  6:29 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  6:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  6:29 [rpms/perl-Devel-FindPerl] epel10: Import 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox