diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index 0c211e1..60b3f5a 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -1796,6 +1796,8 @@ Thai font, hinted. %setup -q -c -n %{name}-%{version} # remove cjk rm -rf *CJK*.?tf +# remove emoji +rm -rf *Emoji*.ttf %build diff --git a/google-noto-fonts.spec.in b/google-noto-fonts.spec.in index 6b1dd15..cc8b2d4 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -1,7 +1,7 @@ # # spec file for package google-noto-fonts # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define hyear 2017 %define hmonth 09 %define hday 19 @@ -53,6 +54,8 @@ License for Google's Noto fonts. %setup -q -c -n %{name}-%{version} # remove cjk rm -rf *CJK*.?tf +# remove emoji +rm -rf *Emoji*.ttf %build