%global project_name breeze-plus Name: breeze-plus-icon-theme Version: 6.19.0 Release: %autorelease Summary: Breeze theme with additional icons License: LGPL-2.1 URL: https://github.com/mjkim0727/breeze-plus Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch %description Breeze icon theme with additional icons for applications not covered by the official Breeze theme. Includes icons for Wine, third-party apps, and more. %prep %setup -q -n %{project_name}-%{version} %build : %install install -d -m 0755 %{buildroot}%{_iconsdir}/ cp -r src/breeze-plus %{buildroot}%{_iconsdir}/ cp -r 0755 src/breeze-plus-dark %{buildroot}%{_iconsdir}/ install -Dpm 0644 LICENSE %{buildroot}%{_licensedir}/%{name}/LICENSE %files %{_iconsdir}/breeze-plus/ %{_iconsdir}/breeze-plus-dark/ %license %{_licensedir}/%{name}/LICENSE %changelog %autochangelog