unicode-emoji/unicode-emoji.spec
2023-05-08 11:04:37 +02:00

83 lines
2.8 KiB
RPMSpec

%global unicodedir %{_datadir}/unicode
%global emojidir %{unicodedir}/emoji
Name: unicode-emoji
Version: 13.0
Release: 4%{?dist}
Summary: Unicode Emoji Data Files
License: Unicode
URL: http://www.unicode.org/emoji/
Source0: http://www.unicode.org/copyright.html
Source1: https://www.unicode.org/Public/emoji/13.0/ReadMe.txt
Source2: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-data.txt
Source3: https://www.unicode.org/Public/emoji/13.0/emoji-sequences.txt
Source4: https://www.unicode.org/Public/emoji/13.0/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/13.0/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
* Wed Jun 16 2021 Mike FABIAN <mfabian@redhat.com> - 13.0-4
- Related: rhbz#1897545 more changes to the CI tests
* Wed Jun 16 2021 Mike FABIAN <mfabian@redhat.com> - 13.0-3
- Related: rhbz#1897545 rename: tests/tests.yaml -> tests/tests.yml
* Wed Jun 16 2021 Mike FABIAN <mfabian@redhat.com> - 13.0-2
- Related: rhbz#1897545 Add missing newline at the end of gating.yaml
* Tue Jun 15 2021 Mike FABIAN <mfabian@redhat.com> - 13.0-1
- Resolves: rhbz#1897545 Update to Unicode Emoji Data 13.0 (released on January 29, 2020)
* 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