public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Future] epel10: Initial import.
Date: Tue, 28 Jul 2026 17:42:25 GMT	[thread overview]
Message-ID: <178526054525.1.16317115471590775475.rpms-perl-Future-a782e8595368@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-28 17:42 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=178526054525.1.16317115471590775475.rpms-perl-Future-a782e8595368@fedoraproject.org \
    --to=emmanuel@seyman.fr \
    --cc=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