public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-speculoos] epel10: Initial import; Fixes: RHBZ#2346726
@ 2026-09-25  9:42 Davide Cavalca
  0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-09-25  9:42 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-09-25  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25  9:42 [rpms/rust-speculoos] epel10: Initial import; Fixes: RHBZ#2346726 Davide Cavalca

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