%global debug_package %{nil} Name: xdg-ninja Version: 0.2.0.2 Release: 2%{?dist} Summary: A shell script which checks your $HOME for unwanted files and directories. License: MIT URL: https://github.com/b3nj5m1n/xdg-ninja Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: make Requires: jq Requires: findutils Requires: glow %description When xdg-ninja encounters a file or directory it knows about, it will tell you whether it's possible to move it to the appropriate location, and how to do it. The configurations are from the arch wiki page on XDG_BASE_DIR, antidot (thanks to Scr0nch for writing a conversion tool), and crowdsourced by other users. %prep %autosetup -n %{name}-%{version} %build # Nothing to build %install %make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} %files %doc LICENSE README.md %{_bindir}/%{name} %{_datadir}/%{name}/programs/*.json %{_datadir}/%{name}/programs/easyocr %{_mandir}/man1/%{name}.1.gz %changelog %autochangelog