Tom Stellard 2020-07-13 19:56:08 +00:00
parent 70e0dab3a4
commit f489bed785

View File

@ -12,7 +12,7 @@
Name: %{fontname}-fonts
Version: 20200402
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Google “Noto Emoji” Black-and-White emoji font
# In noto-emoji-fonts source
@ -78,7 +78,7 @@ rm -rf third_party/pngquant
# Work around UTF-8
export LANG=C.UTF-8
make %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS"
%make_build OPT_CFLAGS="$RPM_OPT_FLAGS"
%endif
%install
@ -111,6 +111,10 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
%changelog
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 20200402-2
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Thu Apr 02 2020 Mike FABIAN <mfabian@redhat.com> - 20200402-1
- Update to upstream snapshot tarball (fixes U+1F9D1 U+200D U+1F3A8 "artist"
and many other sequences)