public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gustavo Costa <xfgusta@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ego-tree] epel10: Initial import (rhbz#2280801)
Date: Tue, 07 Jul 2026 12:41:26 GMT [thread overview]
Message-ID: <178342808647.1.4011940876698814872.rpms-rust-ego-tree-b916bad58877@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-07 12:41 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=178342808647.1.4011940876698814872.rpms-rust-ego-tree-b916bad58877@fedoraproject.org \
--to=xfgusta@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