public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-librsvg-rebind] epel10: Initial import (#2312241)
@ 2026-09-25 10:38 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-librsvg-rebind
Branch : epel10
Commit : 035fc2f3ab352c168ed5d7159a7f2b028b2de269
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-09-19T22:04:33+02:00
Stats : +78/-3 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-librsvg-rebind/c/035fc2f3ab352c168ed5d7159a7f2b028b2de269?branch=epel10
Log:
Initial import (#2312241)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..37800ad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/librsvg-rebind-0.1.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index e708d1b..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-librsvg-rebind
-
-The rust-librsvg-rebind package
diff --git a/rust-librsvg-rebind.spec b/rust-librsvg-rebind.spec
new file mode 100644
index 0000000..b61b5f1
--- /dev/null
+++ b/rust-librsvg-rebind.spec
@@ -0,0 +1,69 @@
+# Generated by rust2rpm 26
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate librsvg-rebind
+
+Name: rust-librsvg-rebind
+Version: 0.1.0
+Release: %autorelease
+Summary: Rust bindings for librsvg
+
+License: MIT
+URL: https://crates.io/crates/librsvg-rebind
+Source: %{crates_source}
+
+BuildRequires: cargo-rpm-macros >= 24
+
+%global _description %{expand:
+Rust bindings for librsvg.}
+
+%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
+# * test fixtures are not included in published crates
+%cargo_test -- -- --skip src/lib.rs
+%endif
+
+%changelog
+%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..b1f3202
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[features]
+hide = ["v2_58"]
+
+[tests]
+skip = ["src/lib.rs"]
+comments = ["test fixtures are not included in published crates"]
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..1974381
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (librsvg-rebind-0.1.0.crate) = 46d58e3510e8e9767978a78306349a87eb73986e766b0bb6c7e77127332b71be724b6f078a41da97a2e250259b50f161ee9dcc8766230d05d92b106c9d1c1d38
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:38 [rpms/rust-librsvg-rebind] epel10: Initial import (#2312241) Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox