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-udev] epel10: Initial import; Fixes: RHBZ#2224958
Date: Mon, 15 Jun 2026 13:49:35 GMT [thread overview]
Message-ID: <178153137541.1.6114576214788266093.rpms-rust-udev-4b90cfcb680e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-udev
Branch : epel10
Commit : 4b90cfcb680ef9cae16e6a1fc8d812528dde860a
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date : 2023-07-24T08:23:41-07:00
Stats : +110/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-udev/c/4b90cfcb680ef9cae16e6a1fc8d812528dde860a?branch=epel10
Log:
Initial import; Fixes: RHBZ#2224958
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d64ab92
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/udev-0.7.0.crate
diff --git a/rust-udev.spec b/rust-udev.spec
new file mode 100644
index 0000000..e567511
--- /dev/null
+++ b/rust-udev.spec
@@ -0,0 +1,104 @@
+# Generated by rust2rpm 24
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate udev
+
+Name: rust-udev
+Version: 0.7.0
+Release: %autorelease
+Summary: Libudev bindings for Rust
+
+License: MIT
+URL: https://crates.io/crates/udev
+Source: %{crates_source}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Libudev bindings for Rust.}
+
+%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
+
+%package -n %{name}+hwdb-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+hwdb-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "hwdb" feature of the "%{crate}" crate.
+
+%files -n %{name}+hwdb-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+mio-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+mio-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "mio" feature of the "%{crate}" crate.
+
+%files -n %{name}+mio-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+mio08-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+mio08-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "mio08" feature of the "%{crate}" crate.
+
+%files -n %{name}+mio08-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/rust2rpm.conf b/rust2rpm.conf
new file mode 100644
index 0000000..25a1dc2
--- /dev/null
+++ b/rust2rpm.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+unwanted-features =
+ mio06
+ mio07
diff --git a/sources b/sources
new file mode 100644
index 0000000..3ba964a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (udev-0.7.0.crate) = 87aa3182c028911b23c6820408879f901dd674ff6fe95c8382ecdec3d4da9f3e19dc03b2435c72e7cf299af083d5de9a6b83a84a75de4c2483c97ea9c1950393
reply other threads:[~2026-06-15 13:49 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=178153137541.1.6114576214788266093.rpms-rust-udev-4b90cfcb680e@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