%global commit0 945ad39 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global date 20240101 Name: phocus-gtk-theme Version: 0.0.1 Release: 1.%{date}git%{shortcommit0}%{?dist} Summary: GTK theme based on the phocus colors License: MIT URL: https://github.com/phocus/gtk Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz BuildArch: noarch BuildRequires: npm BuildRequires: make BuildRequires: git Obsoletes: phocus-gtk-theme < %{version}-%{release} Provides: phocus-gtk-theme = %{version}-%{release} %description GTK theme based on the phocus colors. %prep %autosetup -n gtk-945ad3940c69222d45a2bd06e0838164002b6690 %build make %install make DESTDIR=%{buildroot} install install -Dpm 0644 LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE %files %license LICENSE %doc README.md %{_datadir}/themes/phocus*/ %changelog * Tue Dec 16 2025 Rain Xelelo - 0.0.1-1.20240101git945ad39 - Initial package