Name: papirus-folders Version: 1.14.0 Release: 2%{?dist} Summary: a script that lets you change the colors of folders in Papirus icon theme. License: MIT URL: https://github.com/PapirusDevelopmentTeam/papirus-folders Source: https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: fdupes Requires: coreutils Requires: papirus-icon-theme %description papirus-folders is a handy bash script that lets you change the colors of folders in the Papirus icon theme and similar themes based on version 20171007 or newer. It's an easy way to customize how your folders look. %prep %autosetup %build # Nothing to build %install mkdir -p %{buildroot}%{_bindir} install -m 755 papirus-folders %{buildroot}%{_bindir}/papirus-folders %fdupes %{buildroot} %files %license LICENSE %doc README.md %{_bindir}/papirus-folders %changelog