%global git_ver gitcafb3a20 Name: evopop-icon-theme Version: 0.12 Release: %{?git_ver:0.1.%{git_ver}}%{!?git_ver:1}%{?dist} Summary: Icon theme with some inspiration from Google Material Design License: CC-BY URL: https://github.com/solus-cold-storage/evopop-icon-theme Source0: https://github.com/solus-cold-storage/%{name}/archive/%{version}/%{name}-%{version}.%{?git_ver:%{git_ver}.tar.xz}%{!?git_ver:tar.gz} BuildArch: noarch BuildRequires: automake make Requires: gnome-icon-theme Requires: hicolor-icon-theme %description A simple icon theme with some inspiration from Google Material Design. %prep %autosetup -n %{name}-%{version}%{?git_ver:.%{git_ver}} %build # remove shebangs chmod 0644 CREDITS README.md LICENSE find EvoPop -type f | xargs chmod 0644 sh autogen.sh %make_build %install %make_install %post /bin/touch --no-create %{_datadir}/icons/EvoPop &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/EvoPop &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/EvoPop &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/EvoPop &>/dev/null || : %files %license LICENSE %doc CREDITS README.md %{_datadir}/icons/EvoPop %changelog * Mon Mar 16 2020 Tomas Chang - 0.12-0.1.gitcafb3a20 - Update to latest git * Fri Jul 13 2018 Fedora Release Engineering - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Sep 11 2017 Allisson Azevedo - 0.11-1 - Initial RPM release