unicode-emoji-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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.0
  7. Release: 3%{?_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/13.0/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/13.0/emoji-sequences.txt
  17. Source4: https://www.unicode.org/Public/emoji/13.0/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/13.0/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. * Mon Aug 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 13.0-3
  46. - initial build for Vine Linux.
  47. * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.0-2
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
  49. * Thu Feb 06 2020 Mike FABIAN <mfabian@redhat.com> - 13.0-1
  50. - Update to Unicode Emoji Data 13.0 (was released on January 29, 2020)
  51. * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
  53. * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-2
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
  55. * Fri Feb 15 2019 Mike FABIAN <mfabian@redhat.com> - 12.0-1
  56. - Update to Unicode Emoji Data 12.0
  57. * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-3
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
  59. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  61. * Thu Jun 07 2018 Mike FABIAN <mfabian@redhat.com> - 11.0-1
  62. - Bump Version number to 11.0 because Unicode 11.0.0 is officially
  63. released now. The emoji data did not change.
  64. * Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 10.90.20180207-1
  65. - Update to a prerelease of Unicode Emoji Data 11.0
  66. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  68. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  70. * Tue Jun 20 2017 Mike FABIAN <mfabian@redhat.com> - 5.0-1
  71. - update to Unicode Emoji Data 5.0
  72. * Thu May 04 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-3
  73. - add directory %%{emojidir} to file list
  74. * Tue May 02 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-2
  75. - Fix rpmlint issues: description-line-too-long, corrected
  76. license tag, tag ReadMe.txt as %%doc
  77. * Tue Apr 25 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-1
  78. - package Unicode Emoji Data 4.0
  79. - MIT license