public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Future] epel10: Initial import.
@ 2026-07-28 17:42 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-07-28 17:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Future
Branch : epel10
Commit : a782e8595368d8b5939a4cd80cdf74a1a2c9b74c
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2013-06-14T22:07:03+02:00
Stats : +55/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Future/c/a782e8595368d8b5939a4cd80cdf74a1a2c9b74c?branch=epel10
Log:
Initial import.
---
diff --git a/.gitignore b/.gitignore
index e69de29..8617ede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Future-0.13.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
new file mode 100644
index 0000000..6e95684
--- /dev/null
+++ b/perl-Future.spec
@@ -0,0 +1,53 @@
+Name: perl-Future
+Version: 0.13
+Release: 2%{?dist}
+Summary: Perl object system to represent an operation awaiting completion
+License: GPL+ or Artistic
+
+URL: http://search.cpan.org/dist/Future/
+Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/Future-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::Identity)
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Test::Refcount)
+BuildRequires: perl(Test::Warn)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+A Future object represents an operation that is currently in progress, or
+has recently completed. It can be used in a variety of ways to manage the
+flow of control, and data, through an asynchronous program.
+
+%prep
+%setup -q -n Future-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes examples LICENSE META.json README
+%{perl_vendorlib}/Future*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jun 14 2013 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> 0.13-2
+- Add perl(Test::Pod) as a BR, per review (#974559)
+
+* Fri Jun 14 2013 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> 0.13-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..59a96c2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+33b1070605a3c8afa9c88c6f6ddfcf51 Future-0.13.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 17:42 [rpms/perl-Future] epel10: Initial import Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox