public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-udev] epel10: Initial import; Fixes: RHBZ#2224958
@ 2026-06-15 13:49 Davide Cavalca
  0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-06-15 13:49 UTC (permalink / raw)
  To: git-commits

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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 13:49 [rpms/rust-udev] epel10: Initial import; Fixes: RHBZ#2224958 Davide Cavalca

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