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-openpgp-cert-d] epel10: Initial import (#2186547)
Date: Mon, 15 Jun 2026 13:44:54 GMT	[thread overview]
Message-ID: <178153109410.1.16532107161532798769.rpms-rust-openpgp-cert-d-9e5467d9f373@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-openpgp-cert-d
Branch : epel10
Commit : 9e5467d9f373330a89c5e585f12ea44d7981692a
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-04-28T21:49:16+02:00
Stats  : +71/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-openpgp-cert-d/c/9e5467d9f373330a89c5e585f12ea44d7981692a?branch=epel10

Log:
Initial import (#2186547)

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ec13147
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/openpgp-cert-d-0.1.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index 899e903..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-openpgp-cert-d
-
-The rust-openpgp-cert-d package

diff --git a/rust-openpgp-cert-d.spec b/rust-openpgp-cert-d.spec
new file mode 100644
index 0000000..e82ea50
--- /dev/null
+++ b/rust-openpgp-cert-d.spec
@@ -0,0 +1,69 @@
+# Generated by rust2rpm 24
+# * files required for compiling tests are not included in published crates
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate openpgp-cert-d
+
+Name:           rust-openpgp-cert-d
+Version:        0.1.0
+Release:        %autorelease
+Summary:        Shared OpenPGP Certificate Directory
+
+License:        MIT
+URL:            https://crates.io/crates/openpgp-cert-d
+Source:         %{crates_source}
+
+BuildRequires:  rust-packaging >= 21
+
+%global _description %{expand:
+Shared OpenPGP Certificate Directory.}
+
+%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.txt
+%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..77766e5
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (openpgp-cert-d-0.1.0.crate) = bef579a914438ee62ae92f150e3b6297a523f67a7374333b2ae37eb2a263c6e0787064aba49d91ee0c4805d6d0a205308f118028f8ee9942cc6c241c4a5d17ee

                 reply	other threads:[~2026-06-15 13:44 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=178153109410.1.16532107161532798769.rpms-rust-openpgp-cert-d-9e5467d9f373@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