public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gobject-sys] epel10: Hide features for unavailable glib2 versions
@ 2026-09-25 13:10 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 13:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gobject-sys
Branch : epel10
Commit : ddb8dfe90cd953516f2c9926fc9b508f91e55520
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-25T15:06:42+02:00
Stats : +3/-39 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gobject-sys/c/ddb8dfe90cd953516f2c9926fc9b508f91e55520?branch=epel10
Log:
Hide features for unavailable glib2 versions
---
diff --git a/rust-gobject-sys.spec b/rust-gobject-sys.spec
index 8e626fd..85554e2 100644
--- a/rust-gobject-sys.spec
+++ b/rust-gobject-sys.spec
@@ -182,45 +182,6 @@ use the "v2_80" feature of the "%{crate}" crate.
%files -n %{name}+v2_80-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+v2_82-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.82
-
-%description -n %{name}+v2_82-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_82" feature of the "%{crate}" crate.
-
-%files -n %{name}+v2_82-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+v2_84-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.84
-
-%description -n %{name}+v2_84-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_84" feature of the "%{crate}" crate.
-
-%files -n %{name}+v2_84-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+v2_86-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.86
-
-%description -n %{name}+v2_86-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_86" feature of the "%{crate}" crate.
-
-%files -n %{name}+v2_86-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index a254dce..0cd8979 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -11,6 +11,9 @@ comments = [
[features]
hide = [
+ "v2_82",
+ "v2_84",
+ "v2_86",
]
[requires]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 13:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 13:10 [rpms/rust-gobject-sys] epel10: Hide features for unavailable glib2 versions Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox