public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Davide Cavalca <dcavalca@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ini_core] epel10: Initial import; Fixes: RHBZ#2346725
Date: Fri, 25 Sep 2026 09:21:43 GMT	[thread overview]
Message-ID: <179032810337.1.8622664520821367298.rpms-rust-ini_core-f1b240f5346b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-ini_core
Branch : epel10
Commit : f1b240f5346b6ea4c0390dca0c45a84127264fca
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date   : 2025-02-21T16:18:55-08:00
Stats  : +70/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ini_core/c/f1b240f5346b6ea4c0390dca0c45a84127264fca?branch=epel10

Log:
Initial import; Fixes: RHBZ#2346725

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7f29235
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/ini_core-0.2.0.crate

diff --git a/rust-ini_core.spec b/rust-ini_core.spec
new file mode 100644
index 0000000..284ae00
--- /dev/null
+++ b/rust-ini_core.spec
@@ -0,0 +1,68 @@
+# Generated by rust2rpm 27
+%bcond check 1
+%global debug_package %{nil}
+
+%global crate ini_core
+
+Name:           rust-ini_core
+Version:        0.2.0
+Release:        %autorelease
+Summary:        Implements a pretty bare-bones streaming INI parser
+
+License:        MIT
+URL:            https://crates.io/crates/ini_core
+Source:         %{crates_source}
+
+BuildRequires:  cargo-rpm-macros >= 24
+
+%global _description %{expand:
+Implements a pretty bare-bones streaming INI parser.}
+
+%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} -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..217f80a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ini_core-0.2.0.crate) = bfe7842051f16479af2ae998162d0860e3e9a18784d4338835ccd29ec091ba26ced8b9fb00dadbd526faad5328fc042b6c5891cc02c03694edfdd36dd67d306b

                 reply	other threads:[~2026-09-25  9:21 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=179032810337.1.8622664520821367298.rpms-rust-ini_core-f1b240f5346b@fedoraproject.org \
    --to=dcavalca@fedoraproject.org \
    --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