public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-input-linux-sys] epel10: Initial import; Fixes: RHBZ#2224811
@ 2026-09-25 10:34 Davide Cavalca
  0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-09-25 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-input-linux-sys
Branch : epel10
Commit : e2d0d7e9faec96c04e9b10f534dfc054d679922f
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date   : 2023-07-23T07:30:41-07:00
Stats  : +70/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-input-linux-sys/c/e2d0d7e9faec96c04e9b10f534dfc054d679922f?branch=epel10

Log:
Initial import; Fixes: RHBZ#2224811

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2bef52e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/input-linux-sys-0.8.0.crate

diff --git a/rust-input-linux-sys.spec b/rust-input-linux-sys.spec
new file mode 100644
index 0000000..268fcf7
--- /dev/null
+++ b/rust-input-linux-sys.spec
@@ -0,0 +1,68 @@
+# Generated by rust2rpm 24
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate input-linux-sys
+
+Name:           rust-input-linux-sys
+Version:        0.8.0
+Release:        %autorelease
+Summary:        Bindings for <linux/{u,}input.h>
+
+License:        MIT
+URL:            https://crates.io/crates/input-linux-sys
+Source:         %{crates_source}
+
+BuildRequires:  rust-packaging >= 21
+
+%global _description %{expand:
+Bindings for <linux/{u,}input.h>.}
+
+%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}/COPYING
+%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_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..4c2e92a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (input-linux-sys-0.8.0.crate) = 931b5452849159d0cbe8ec700480d197d9d2b1dd19ca8c0daf21047ccc4abd3a2c3bc7d550b4eccaac3467cee13c235a93b4a437c1daf1cf2867a834bc24ce2c

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

only message in thread, other threads:[~2026-09-25 10:34 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:34 [rpms/rust-input-linux-sys] epel10: Initial import; Fixes: RHBZ#2224811 Davide Cavalca

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