public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-servo_arc] epel10: Initial Fedora packaging
Date: Mon, 15 Jun 2026 14:13:54 GMT	[thread overview]
Message-ID: <178153283430.1.5531249334370434567.rpms-rust-servo_arc-b73691794a0e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-servo_arc
Branch : epel10
Commit : b73691794a0e192b10813e9f9caa8a7871f74f8e
Author : Kalev Lember <klember@redhat.com>
Date   : 2022-10-13T20:34:05+02:00
Stats  : +97/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-servo_arc/c/b73691794a0e192b10813e9f9caa8a7871f74f8e?branch=epel10

Log:
Initial Fedora packaging

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..71fb321
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/servo_arc-0.1.1.crate

diff --git a/rust-servo_arc.spec b/rust-servo_arc.spec
new file mode 100644
index 0000000..a635479
--- /dev/null
+++ b/rust-servo_arc.spec
@@ -0,0 +1,95 @@
+# Generated by rust2rpm 22
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate servo_arc
+
+Name:           rust-servo_arc
+Version:        0.1.1
+Release:        %autorelease
+Summary:        Fork of std::sync::Arc with some extra functionality and without weak references
+
+# Upstream license specification: MIT/Apache-2.0
+License:        MIT OR Apache-2.0
+URL:            https://crates.io/crates/servo_arc
+Source:         %{crates_source}
+
+ExclusiveArch:  %{rust_arches}
+
+BuildRequires:  rust-packaging >= 21
+
+%global _description %{expand:
+Fork of std::sync::Arc with some extra functionality and without weak
+references.}
+
+%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 file is missing from the crate
+%{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
+
+%package     -n %{name}+serde-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+serde-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "serde" feature of the "%{crate}" crate.
+
+%files       -n %{name}+serde-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+servo-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+servo-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "servo" feature of the "%{crate}" crate.
+
+%files       -n %{name}+servo-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..2218600
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (servo_arc-0.1.1.crate) = 59d531dcf7a9191b8462ce395e713194994714b65275c0af412186f862be169d0c6fc5d86603332a1aacd8af9ace934dc78531b9cb576cf8179ec35709225447

                 reply	other threads:[~2026-06-15 14:13 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=178153283430.1.5531249334370434567.rpms-rust-servo_arc-b73691794a0e@fedoraproject.org \
    --to=klember@redhat.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