public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-openpgp-cert-d] epel10: Initial import (#2186547)
@ 2026-06-15 13:44 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 13:44 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 13:44 [rpms/rust-openpgp-cert-d] epel10: Initial import (#2186547) Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox