unicode-emoji-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. %global unicodedir %{_datadir}/unicode
  2. %global emojidir %{unicodedir}/emoji
  3. Summary: Unicode Emoji Data Files
  4. Summary(ja): Unicode絵文字データファイル
  5. Name: unicode-emoji
  6. Version: 13.1
  7. Release: 1%{?_dist_release}
  8. Group: localization
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. License: Unicode
  12. URL: http://www.unicode.org/emoji/
  13. Source0: http://www.unicode.org/copyright.html
  14. Source1: https://www.unicode.org/Public/emoji/%{version}/ReadMe.txt
  15. Source2: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-data.txt
  16. Source3: https://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt
  17. Source4: https://www.unicode.org/Public/emoji/%{version}/emoji-test.txt
  18. Source5: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-variation-sequences.txt
  19. Source6: https://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt
  20. BuildArch: noarch
  21. %description
  22. Unicode Emoji Data Files are the machine-readable
  23. emoji data files associated with
  24. http://www.unicode.org/reports/tr51/index.html
  25. %prep
  26. %{nil}
  27. %build
  28. %{nil}
  29. %install
  30. cp -p %{SOURCE0} .
  31. mkdir -p %{buildroot}%{emojidir}
  32. cp -p %{SOURCE1} %{buildroot}%{emojidir}
  33. cp -p %{SOURCE2} %{buildroot}%{emojidir}
  34. cp -p %{SOURCE3} %{buildroot}%{emojidir}
  35. cp -p %{SOURCE4} %{buildroot}%{emojidir}
  36. cp -p %{SOURCE5} %{buildroot}%{emojidir}
  37. cp -p %{SOURCE6} %{buildroot}%{emojidir}
  38. %files
  39. %license copyright.html
  40. %dir %{unicodedir}
  41. %dir %{emojidir}
  42. %doc %{emojidir}/ReadMe.txt
  43. %{emojidir}/emoji-*txt
  44. %changelog
  45. * Sat Mar 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 13.1-1
  46. - new upstream release.
  47. * Mon Aug 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 13.0-3
  48. - initial build for Vine Linux.
  49. * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.0-2
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
  51. * Thu Feb 06 2020 Mike FABIAN <mfabian@redhat.com> - 13.0-1
  52. - Update to Unicode Emoji Data 13.0 (was released on January 29, 2020)
  53. * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  55. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-2
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  57. * Fri Feb 15 2019 Mike FABIAN <mfabian@redhat.com> - 12.0-1
  58. - Update to Unicode Emoji Data 12.0
  59. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-3
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  61. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-2
  62. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  63. * Thu Jun 07 2018 Mike FABIAN <mfabian@redhat.com> - 11.0-1
  64. - Bump Version number to 11.0 because Unicode 11.0.0 is officially
  65. released now. The emoji data did not change.
  66. * Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 10.90.20180207-1
  67. - Update to a prerelease of Unicode Emoji Data 11.0
  68. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  70. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  72. * Tue Jun 20 2017 Mike FABIAN <mfabian@redhat.com> - 5.0-1
  73. - update to Unicode Emoji Data 5.0
  74. * Thu May 04 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-3
  75. - add directory %%{emojidir} to file list
  76. * Tue May 02 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-2
  77. - Fix rpmlint issues: description-line-too-long, corrected
  78. license tag, tag ReadMe.txt as %%doc
  79. * Tue Apr 25 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-1
  80. - package Unicode Emoji Data 4.0
  81. - MIT license