#5 Use make macros
Merged 3 years ago by mfabian. Opened 3 years ago by tstellar.
rpms/ tstellar/google-noto-emoji-fonts make-macros  into  master

file modified
+6 -2
@@ -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 @@ 

  # 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 @@ 

  

  

  %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)

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

Pull-Request has been merged by mfabian

3 years ago