public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ciborium] epel10: 0.2.0
@ 2026-08-05 6:47 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-08-05 6:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-ciborium
Branch : epel10
Commit : 893303ca51a21a6abe363172dd3823f35629ca1a
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2022-05-18T18:30:20+01:00
Stats : +86/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ciborium/c/893303ca51a21a6abe363172dd3823f35629ca1a?branch=epel10
Log:
0.2.0
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1592239
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/ciborium-0.2.0.crate
diff --git a/rust-ciborium.spec b/rust-ciborium.spec
new file mode 100644
index 0000000..5d110f7
--- /dev/null
+++ b/rust-ciborium.spec
@@ -0,0 +1,84 @@
+# Generated by rust2rpm 21
+# disable due to unpackaged rstest, upstream runs a full CI test already
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate ciborium
+
+Name: rust-%{crate}
+Version: 0.2.0
+Release: %autorelease
+Summary: Serde implementation of CBOR using ciborium-basic
+
+# Upstream license specification: Apache-2.0
+License: ASL 2.0
+URL: https://crates.io/crates/ciborium
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Serde implementation of CBOR using ciborium-basic.}
+
+%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}+std-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+std-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "std" feature of the "%{crate}" crate.
+
+%files -n %{name}+std-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..87056fb
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ciborium-0.2.0.crate) = 05f906ca1eec19e903652f2cfe86de36c25f6019af0e10212720bfdb2260a90426cea3acbab6acf64cb059fd138883e5cd4e46032b9a2d7a021715243ca6ecc1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 6:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 6:47 [rpms/rust-ciborium] epel10: 0.2.0 Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox