public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-async-recursion] epel9: Initial import (#2110083)
Date: Fri, 10 Jul 2026 15:33:34 GMT	[thread overview]
Message-ID: <178369761412.1.11504940857412343908.rpms-rust-async-recursion-758fd2a926e0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-async-recursion
Branch : epel9
Commit : 758fd2a926e0de6c07753ee60195eba9902d7583
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-08-02T18:27:17+02:00
Stats  : +77/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-async-recursion/c/758fd2a926e0de6c07753ee60195eba9902d7583?branch=epel9

Log:
Initial import (#2110083)

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c39233
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/results_*/
+/*.src.rpm
+
+/async-recursion-0.3.2.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 958d385..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-async-recursion
-
-The rust-async-recursion package

diff --git a/rust-async-recursion.spec b/rust-async-recursion.spec
new file mode 100644
index 0000000..414e9a7
--- /dev/null
+++ b/rust-async-recursion.spec
@@ -0,0 +1,72 @@
+# Generated by rust2rpm 22
+# * missing dev-dependency: futures-executor-preview
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate async-recursion
+
+Name:           rust-async-recursion
+Version:        0.3.2
+Release:        %autorelease
+Summary:        Recursion for async functions
+
+License:        MIT OR Apache-2.0
+URL:            https://crates.io/crates/async-recursion
+Source:         %{crates_source}
+
+ExclusiveArch:  %{rust_arches}
+
+BuildRequires:  rust-packaging >= 21
+
+%global _description %{expand:
+Recursion for async functions.}
+
+%description %{_description}
+
+%package        devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description    devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
+
+%files          devel
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
+
+%package     -n %{name}+default-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+default-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
+
+%files       -n %{name}+default-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+%autochangelog

diff --git a/sources b/sources
new file mode 100644
index 0000000..1215128
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (async-recursion-0.3.2.crate) = cf87ee53655f496d604771732109d64ad10a9b2366351130db9e378ace941d03a7cbe770519703058a429f7893151cea4537302adf1bee6465ea2019f8a6f3bc

                 reply	other threads:[~2026-07-10 15:33 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=178369761412.1.11504940857412343908.rpms-rust-async-recursion-758fd2a926e0@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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