public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-servo_arc] epel10: Initial Fedora packaging
@ 2026-06-15 14:13 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-06-15 14:13 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-06-15 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:13 [rpms/rust-servo_arc] epel10: Initial Fedora packaging Kalev Lember

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