%global commit e5c804ee1119a28c4e2340856a15ec5893a5c905 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: qogir-icon-theme Version: 0 Release: 1.git20240713%{?dist} Summary: A flat, colorful icon theme License: GPLv3 URL: https://github.com/vinceliuice/Qogir-icon-theme Source0: https://github.com/vinceliuice/Qogir-icon-theme/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Requires: hicolor-icon-theme Requires(posttrans,postun): gtk-update-icon-cache BuildArch: noarch %description A flat, colorful icon theme %prep %autosetup -n Qogir-icon-theme-%{commit} %build ## disable gtk-update-icon-cache from the install script sed -i 's/^\(\s*\)gtk-update-icon-cache/##\1gtk-update-icon-cache/' install.sh %install install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/icons ./install.sh -d $RPM_BUILD_ROOT%{_datadir}/icons -t default %post touch --no-create %{_datadir}/icons/Qogir &> /dev/null || : %posttrans gtk-update-icon-cache %{_datadir}/icons/Qogir &> /dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/Qogir &> /dev/null || : gtk-update-icon-cache %{_datadir}/icons/Qogir &> /dev/null || : fi %files %license COPYING %doc AUTHORS README.md %{_datadir}/icons/Qogir* %changelog * Fri May 27 2024 Andrew Brouwers - 0-1.20230608git45f1bf7f - Initial RPM release.