public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-librsvg-rebind] epel10: Initial import (#2312241)
Date: Fri, 25 Sep 2026 10:38:38 GMT	[thread overview]
Message-ID: <179033271882.1.7817231738613683237.rpms-rust-librsvg-rebind-035fc2f3ab35@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-09-25 10:38 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=179033271882.1.7817231738613683237.rpms-rust-librsvg-rebind-035fc2f3ab35@fedoraproject.org \
    --to=decathorpe@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