Fixes buildfont macro
This commit is contained in:
parent
bb08971c3d
commit
8864f73414
@ -3,7 +3,7 @@
|
||||
|
||||
%global fontname google-noto-emoji
|
||||
|
||||
%if (0%{?fedora} > 25 || 0%{?rhel} > 7)
|
||||
%if (0%{?fedora} > 25)
|
||||
%global buildfont 1
|
||||
%else
|
||||
%global buildfont 0
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 20180508
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Google “Noto Emoji” Black-and-White emoji font
|
||||
|
||||
# In noto-emoji-fonts source
|
||||
@ -108,6 +108,9 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 26 2018 Peng Wu <pwu@redhat.com> - 20180508-4
|
||||
- Fixes buildfont macro
|
||||
|
||||
* Tue Jun 19 2018 Peng Wu <pwu@redhat.com> - 20180508-3
|
||||
- Only build emoji color font since Fedora 26
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user