public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ciborium] epel9: 0.2.0
Date: Wed, 05 Aug 2026 06:47:39 GMT	[thread overview]
Message-ID: <178591245940.1.6905732198696045036.rpms-rust-ciborium-893303ca51a2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-ciborium
Branch : epel9
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=epel9

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

                 reply	other threads:[~2026-08-05  6:47 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=178591245940.1.6905732198696045036.rpms-rust-ciborium-893303ca51a2@fedoraproject.org \
    --to=pbrobinson@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