2017-05-08 09:03:28 +00:00
|
|
|
%global unicodedir %{_datadir}/unicode
|
|
|
|
%global emojidir %{unicodedir}/emoji
|
|
|
|
|
|
|
|
Name: unicode-emoji
|
2018-06-07 08:13:17 +00:00
|
|
|
Version: 11.0
|
2018-03-07 07:26:20 +00:00
|
|
|
Release: 1%{?dist}
|
2017-05-08 09:03:28 +00:00
|
|
|
Summary: Unicode Emoji Data Files
|
|
|
|
|
|
|
|
License: Unicode
|
|
|
|
URL: http://www.unicode.org/emoji/
|
|
|
|
Source0: http://www.unicode.org/copyright.html
|
2018-03-07 07:26:20 +00:00
|
|
|
Source1: http://www.unicode.org/Public/emoji/11.0/ReadMe.txt
|
|
|
|
Source2: http://www.unicode.org/Public/emoji/11.0/emoji-data.txt
|
|
|
|
Source3: http://www.unicode.org/Public/emoji/11.0/emoji-sequences.txt
|
|
|
|
Source4: http://www.unicode.org/Public/emoji/11.0/emoji-test.txt
|
|
|
|
Source5: http://www.unicode.org/Public/emoji/11.0/emoji-variation-sequences.txt
|
|
|
|
Source6: http://www.unicode.org/Public/emoji/11.0/emoji-zwj-sequences.txt
|
2017-05-08 09:03:28 +00:00
|
|
|
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}
|
2018-03-07 07:26:20 +00:00
|
|
|
cp -p %{SOURCE6} %{buildroot}%{emojidir}
|
2017-05-08 09:03:28 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license copyright.html
|
|
|
|
%dir %{unicodedir}
|
|
|
|
%dir %{emojidir}
|
|
|
|
%doc %{emojidir}/ReadMe.txt
|
|
|
|
%{emojidir}/emoji-*txt
|
|
|
|
|
|
|
|
%changelog
|
2018-06-07 08:13:17 +00:00
|
|
|
* 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.
|
|
|
|
|
2018-03-07 07:26:20 +00:00
|
|
|
* Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 10.90.20180207-1
|
|
|
|
- Update to a prerelease of Unicode Emoji Data 11.0
|
|
|
|
|
2018-02-09 20:00:50 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:59:13 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-20 10:11:08 +00:00
|
|
|
* Tue Jun 20 2017 Mike FABIAN <mfabian@redhat.com> - 5.0-1
|
|
|
|
- update to Unicode Emoji Data 5.0
|
|
|
|
|
2017-05-08 09:03:28 +00:00
|
|
|
* 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
|