123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- %global unicodedir %{_datadir}/unicode
- %global emojidir %{unicodedir}/emoji
- Summary: Unicode Emoji Data Files
- Summary(ja): Unicode絵文字データファイル
- Name: unicode-emoji
- Version: 13.1
- Release: 1%{?_dist_release}
- Group: localization
- Vendor: Project Vine
- Distribution: Vine Linux
- License: Unicode
- URL: http://www.unicode.org/emoji/
- Source0: http://www.unicode.org/copyright.html
- Source1: https://www.unicode.org/Public/emoji/%{version}/ReadMe.txt
- Source2: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-data.txt
- Source3: https://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt
- Source4: https://www.unicode.org/Public/emoji/%{version}/emoji-test.txt
- Source5: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-variation-sequences.txt
- Source6: https://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt
- BuildArch: noarch
- %description
- Unicode Emoji Data Files are the machine-readable
- emoji data files associated with
- http://www.unicode.org/reports/tr51/index.html
- %prep
- %{nil}
- %build
- %{nil}
- %install
- cp -p %{SOURCE0} .
- mkdir -p %{buildroot}%{emojidir}
- cp -p %{SOURCE1} %{buildroot}%{emojidir}
- cp -p %{SOURCE2} %{buildroot}%{emojidir}
- cp -p %{SOURCE3} %{buildroot}%{emojidir}
- cp -p %{SOURCE4} %{buildroot}%{emojidir}
- cp -p %{SOURCE5} %{buildroot}%{emojidir}
- cp -p %{SOURCE6} %{buildroot}%{emojidir}
- %files
- %license copyright.html
- %dir %{unicodedir}
- %dir %{emojidir}
- %doc %{emojidir}/ReadMe.txt
- %{emojidir}/emoji-*txt
- %changelog
- * Sat Mar 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 13.1-1
- - new upstream release.
- * Mon Aug 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 13.0-3
- - initial build for Vine Linux.
- * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- * Thu Feb 06 2020 Mike FABIAN <mfabian@redhat.com> - 13.0-1
- - Update to Unicode Emoji Data 13.0 (was released on January 29, 2020)
- * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- * Fri Feb 15 2019 Mike FABIAN <mfabian@redhat.com> - 12.0-1
- - Update to Unicode Emoji Data 12.0
- * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- * Thu Jun 07 2018 Mike FABIAN <mfabian@redhat.com> - 11.0-1
- - Bump Version number to 11.0 because Unicode 11.0.0 is officially
- released now. The emoji data did not change.
- * Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 10.90.20180207-1
- - Update to a prerelease of Unicode Emoji Data 11.0
- * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- * Tue Jun 20 2017 Mike FABIAN <mfabian@redhat.com> - 5.0-1
- - update to Unicode Emoji Data 5.0
- * Thu May 04 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-3
- - add directory %%{emojidir} to file list
- * Tue May 02 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-2
- - Fix rpmlint issues: description-line-too-long, corrected
- license tag, tag ReadMe.txt as %%doc
- * Tue Apr 25 2017 Mike FABIAN <mfabian@redhat.com> - 4.0-1
- - package Unicode Emoji Data 4.0
- - MIT license
|