public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Davide Cavalca <dcavalca@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-speculoos] epel10: Initial import; Fixes: RHBZ#2346726
Date: Fri, 25 Sep 2026 09:42:39 GMT	[thread overview]
Message-ID: <179032935909.1.8941908268516670688.rpms-rust-speculoos-eefbe2a34d93@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-speculoos
Branch : epel10
Commit : eefbe2a34d9368683baca6f60f0073b145bc8f27
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date   : 2025-02-21T16:17:52-08:00
Stats  : +82/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-speculoos/c/eefbe2a34d9368683baca6f60f0073b145bc8f27?branch=epel10

Log:
Initial import; Fixes: RHBZ#2346726

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4fa7b65
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/speculoos-0.11.0.crate

diff --git a/rust-speculoos.spec b/rust-speculoos.spec
new file mode 100644
index 0000000..ae1b457
--- /dev/null
+++ b/rust-speculoos.spec
@@ -0,0 +1,80 @@
+# Generated by rust2rpm 27
+%bcond check 1
+%global debug_package %{nil}
+
+%global crate speculoos
+
+Name:           rust-speculoos
+Version:        0.11.0
+Release:        %autorelease
+Summary:        Fluent test assertions
+
+License:        Apache-2.0
+URL:            https://crates.io/crates/speculoos
+Source:         %{crates_source}
+
+BuildRequires:  cargo-rpm-macros >= 24
+
+%global _description %{expand:
+Fluent test assertions.}
+
+%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
+%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
+
+%package     -n %{name}+num-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+num-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "num" feature of the "%{crate}" crate.
+
+%files       -n %{name}+num-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version} -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..0dec97b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (speculoos-0.11.0.crate) = 18b524efcdc25312b140fa9631d9b875461e6f4e29091a2ec835ed9fb2275f5fd75a792fc43054e4ba8a26fb997eaa5817d7d31d00c741c3f6fac1327e995121

                 reply	other threads:[~2026-09-25  9: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=179032935909.1.8941908268516670688.rpms-rust-speculoos-eefbe2a34d93@fedoraproject.org \
    --to=dcavalca@fedoraproject.org \
    --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