Cleanup spec file conditionals

epel8
Troy Dawson 7 years ago
parent b022f9b205
commit 8200982a47

@ -7,7 +7,7 @@
Name: breeze-icon-theme
Summary: Breeze icon theme
Version: 5.39.0
Release: 1%{?dist}
Release: 2%{?dist}
# http://techbase.kde.org/Policies/Licensing_Policy
License: LGPLv3+
@ -96,7 +96,7 @@ touch %{buildroot}%{_kf5_datadir}/icons/{breeze,breeze-dark}/icon-theme.cache
test "$(grep '^Inherits=' %{buildroot}%{_datadir}/icons/breeze-dark/index.theme)" = "Inherits=breeze"
%if 0%{?fedora} > 25
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
## trigger-based scriptlets
%filetriggerin -- %{_datadir}/icons/breeze
touch %{_datadir}/icons/breeze &> /dev/null || :
@ -158,6 +158,9 @@ fi
%changelog
* Wed Oct 25 2017 Troy Dawson <tdawson@redhat.com> - 5.39.0-2
- Cleanup spec file conditionals
* Sun Oct 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.39.0-1
- 5.39.0

Loading…
Cancel
Save