%global commit e14b4798279d675ba18330f4f6428033364e9755 %global commitdate 20250707 %global shortcommit %{sub %{commit} 1 7} %global baserelease 1 Name: wayback Version: 0~git%{commitdate}.%{baserelease}.%{shortcommit} Release: 1%{?dist} Summary: Experimental wlroots-based X11 compatibility layer License: MIT URL: https://github.com/kaniini/wayback Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: meson BuildRequires: gcc BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-protocols) >= 1.14 BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(wlroots-0.19) BuildRequires: pkgconfig(scdoc) %description %{summary}. %prep %autosetup -n %{name}-%{commit} %conf %meson %build %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/Xwayback %{_bindir}/wayback-* %{_mandir}/man1/*wayback*.1* %changelog * Mon Jul 07 2025 Neal Gompa - 0~git20250707.1.e14b479-1 - Bump to new git snapshot * Sat Jun 28 2025 Neal Gompa - 0~git20250701.122f894-1 - Initial package