Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
70e0dab3a4
commit
f489bed785
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 20200402
|
Version: 20200402
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Google “Noto Emoji” Black-and-White emoji font
|
Summary: Google “Noto Emoji” Black-and-White emoji font
|
||||||
|
|
||||||
# In noto-emoji-fonts source
|
# In noto-emoji-fonts source
|
||||||
@ -78,7 +78,7 @@ rm -rf third_party/pngquant
|
|||||||
# Work around UTF-8
|
# Work around UTF-8
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
|
|
||||||
make %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS"
|
%make_build OPT_CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -111,6 +111,10 @@ install -m 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 02 2020 Mike FABIAN <mfabian@redhat.com> - 20200402-1
|
||||||
- Update to upstream snapshot tarball (fixes U+1F9D1 U+200D U+1F3A8 "artist"
|
- Update to upstream snapshot tarball (fixes U+1F9D1 U+200D U+1F3A8 "artist"
|
||||||
and many other sequences)
|
and many other sequences)
|
||||||
|
Loading…
Reference in New Issue
Block a user