public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Eval-WithLexicals] epel10: Initial import
@ 2026-08-05 10:08 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-05 10:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Eval-WithLexicals
Branch : epel10
Commit : bb0c9a1e30ed995f58ca096090ef72059b5f13cb
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2016-01-04T11:57:29+01:00
Stats  : +58/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Eval-WithLexicals/c/bb0c9a1e30ed995f58ca096090ef72059b5f13cb?branch=epel10

Log:
Initial import

---
diff --git a/.gitignore b/.gitignore
index e69de29..ffe644b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Eval-WithLexicals-1.003005.tar.gz

diff --git a/perl-Eval-WithLexicals.spec b/perl-Eval-WithLexicals.spec
new file mode 100644
index 0000000..2fc0c6b
--- /dev/null
+++ b/perl-Eval-WithLexicals.spec
@@ -0,0 +1,56 @@
+Name:           perl-Eval-WithLexicals
+Version:        1.003005
+Release:        1%{?dist}
+Summary:        Pure Perl eval with persistent lexical variables
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Eval-WithLexicals/
+Source0:        http://www.cpan.org/authors/id/H/HA/HAARG/Eval-WithLexicals-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  sed
+# Run-time
+BuildRequires:  perl(B)
+BuildRequires:  perl(Moo) >= 0.009006
+BuildRequires:  perl(Moo::Role)
+BuildRequires:  perl(Sub::Quote)
+# Tests
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strictures) >= 1
+BuildRequires:  perl(Test::More) >= 0.94
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Moo) >= 0.009006
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Moo\\)$
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n Eval-WithLexicals-%{version}
+sed -i -e '1s|#!/usr/bin/env perl|#!perl|' bin/tinyrepl
+
+%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
+%{_bindir}/*
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Dec 16 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.003005-1
+- Initial release

diff --git a/sources b/sources
index e69de29..f8812d3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+680144c11a117b32fd4d1ca7054a55f6  Eval-WithLexicals-1.003005.tar.gz

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

only message in thread, other threads:[~2026-08-05 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 10:08 [rpms/perl-Eval-WithLexicals] epel10: Initial import Jitka Plesnikova

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