public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tokio-util0.6] epel10: Initial import (tokio-util 0.6 compat package)
@ 2026-09-25 19:35 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 19:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tokio-util0.6
Branch : epel10
Commit : 01514cc1d7538996477314f48f5e484dc8b25497
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-05-13T22:47:59+02:00
Stats : +219/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tokio-util0.6/c/01514cc1d7538996477314f48f5e484dc8b25497?branch=epel10
Log:
Initial import (tokio-util 0.6 compat package)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..11387ea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/tokio-util-0.6.9.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 7aed66f..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-tokio-util0.6
-
-The rust-tokio-util0.6 package
diff --git a/rust-tokio-util0.6.spec b/rust-tokio-util0.6.spec
new file mode 100644
index 0000000..f93b54d
--- /dev/null
+++ b/rust-tokio-util0.6.spec
@@ -0,0 +1,217 @@
+# Generated by rust2rpm 21
+# * tests can be run only in-tree
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate tokio-util
+
+Name: rust-%{crate}0.6
+Version: 0.6.9
+Release: %autorelease
+Summary: Additional utilities for working with Tokio
+
+# Upstream license specification: MIT
+License: MIT
+URL: https://crates.io/crates/tokio-util
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Additional utilities for working with Tokio.}
+
+%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}/CHANGELOG.md
+%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}+__docs_rs-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+__docs_rs-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "__docs_rs" feature of the "%{crate}" crate.
+
+%files -n %{name}+__docs_rs-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+codec-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+codec-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "codec" feature of the "%{crate}" crate.
+
+%files -n %{name}+codec-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+compat-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+compat-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "compat" feature of the "%{crate}" crate.
+
+%files -n %{name}+compat-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+full-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+full-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "full" feature of the "%{crate}" crate.
+
+%files -n %{name}+full-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+futures-io-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+futures-io-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "futures-io" feature of the "%{crate}" crate.
+
+%files -n %{name}+futures-io-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+futures-util-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+futures-util-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "futures-util" feature of the "%{crate}" crate.
+
+%files -n %{name}+futures-util-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+io-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+io-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "io" feature of the "%{crate}" crate.
+
+%files -n %{name}+io-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+io-util-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+io-util-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "io-util" feature of the "%{crate}" crate.
+
+%files -n %{name}+io-util-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+net-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+net-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "net" feature of the "%{crate}" crate.
+
+%files -n %{name}+net-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+rt-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+rt-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "rt" feature of the "%{crate}" crate.
+
+%files -n %{name}+rt-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+slab-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+slab-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "slab" feature of the "%{crate}" crate.
+
+%files -n %{name}+slab-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+time-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+time-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "time" feature of the "%{crate}" crate.
+
+%files -n %{name}+time-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..d0b3444
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (tokio-util-0.6.9.crate) = 95b1bf648106c73bc9a3e63cf438a5fca2969cd9425dcb54aa31f5471a6d68cfd9fd99da0b8c86a3b268e618be77f3957d7c88fa072c970dababa4d8965f916a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 19:35 [rpms/rust-tokio-util0.6] epel10: Initial import (tokio-util 0.6 compat package) Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox