public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cairo-rs] rawhide: Expose freetype integration feature
@ 2026-09-21 22:25 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-21 22:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-cairo-rs
Branch : rawhide
Commit : c2d21cb1f7ce85de1fea0263b7f0ee3901bdf1e7
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-21T22:49:44+02:00
Stats : +25/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cairo-rs/c/c2d21cb1f7ce85de1fea0263b7f0ee3901bdf1e7?branch=rawhide
Log:
Expose freetype integration feature
---
diff --git a/rust-cairo-rs.spec b/rust-cairo-rs.spec
index 72b494e..f561c78 100644
--- a/rust-cairo-rs.spec
+++ b/rust-cairo-rs.spec
@@ -48,6 +48,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+freetype-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+freetype-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "freetype" feature of the "%{crate}" crate.
+
+%files -n %{name}+freetype-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+freetype-rs-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+freetype-rs-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "freetype-rs" feature of the "%{crate}" crate.
+
+%files -n %{name}+freetype-rs-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+glib-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 189303f..dcf4119 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,5 @@
[features]
-hide = ["freetype", "freetype-rs", "quartz-surface", "win32-surface"]
+hide = ["quartz-surface", "win32-surface"]
[tests]
run = false
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 22:25 [rpms/rust-cairo-rs] rawhide: Expose freetype integration feature Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox