%global forgeurl https://github.com/%{name}/%{name} # Switch to latest master branch, see: # https://github.com/vim-airline/vim-airline/issues/2445 %global commit e06b45a8705d945d795337deaf64d9652f96076b Name: vim-airline Version: 0.11^20251128 %forgemeta Release: %autorelease Summary: Lean & mean status/tabline for vim that's light as air License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildArch: noarch BuildRequires: libappstream-glib BuildRequires: vim-filesystem Requires: vim-enhanced %description %{summary}. When the plugin is correctly loaded, Vim will draw a nice statusline at the bottom of each window. %prep %forgeautosetup -p1 %install mkdir -p %{buildroot}%{vimfiles_root} cp -r {autoload,plugin} %{buildroot}%{vimfiles_root} %files %license LICENSE %doc README.md CHANGELOG.md CONTRIBUTING.md doc/* %{vimfiles_root}/autoload/* %{vimfiles_root}/plugin/* %changelog %autochangelog