Name: gtk-nocsd %global debug_package %{nil} %global forgeurl https://codeberg.org/MorsMortium/%{name} %global commit 79f0b3c3ed05b6fe304c1b3ac945f002a82bd7ed %global date 20260302 %forgemeta Version: 0 Release: 1%{?dist} Summary: An LD_PRELOAD library to disable CSD in GTK3/4, LibHandy, and LibAdwaita apps License: GPL-3.0-or-later URL: %{forgeurl} Source: %{forgesource} BuildRequires: make BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-protocols) %description %summary %files %license LICENSE /opt/%{name}/lib%{name}.so %{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so.0 %{_pkgdocdir}/examples/profile.d/%{name}.* #------------------------------------------------------------------------------- %prep %forgeautosetup -p1 %build %make_build %install %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} #------------------------------------------------------------------------------- %changelog * Sat Aug 16 2025 Hazel Bunny - 0-1 - Initial package