public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ego-tree] epel10: Initial import (rhbz#2280801)
@ 2026-07-07 12:41 Gustavo Costa
  0 siblings, 0 replies; only message in thread
From: Gustavo Costa @ 2026-07-07 12:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ego-tree
Branch : epel10
Commit : b916bad588771bd5f8ea9c5ff4d8e7af066164cf
Author : Gustavo Costa <xfgusta@gmail.com>
Date   : 2024-06-08T19:16:19-03:00
Stats  : +70/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ego-tree/c/b916bad588771bd5f8ea9c5ff4d8e7af066164cf?branch=epel10

Log:
Initial import (rhbz#2280801)

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..37d1b0a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/ego-tree-0.6.2.crate

diff --git a/rust-ego-tree.spec b/rust-ego-tree.spec
new file mode 100644
index 0000000..dabdacd
--- /dev/null
+++ b/rust-ego-tree.spec
@@ -0,0 +1,68 @@
+# Generated by rust2rpm 26
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate ego-tree
+
+Name:           rust-ego-tree
+Version:        0.6.2
+Release:        %autorelease
+Summary:        Vec-backed ID-tree
+
+License:        ISC
+URL:            https://crates.io/crates/ego-tree
+Source:         %{crates_source}
+
+BuildRequires:  cargo-rpm-macros >= 24
+
+%global _description %{expand:
+Vec-backed ID-tree.}
+
+%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
+
+%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..c541f72
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ego-tree-0.6.2.crate) = bbfb56b4dae753a980a9552b59da34fafdd52cc796d8abfa19e7b9ae97137d0755019e6efaf053365fd7e6cd1972de53acb0b83a69ebe329741c253370b93a1d

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

only message in thread, other threads:[~2026-07-07 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 12:41 [rpms/rust-ego-tree] epel10: Initial import (rhbz#2280801) Gustavo Costa

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