48 lines
1.6 KiB
RPMSpec
48 lines
1.6 KiB
RPMSpec
Name: unicode-emoji
|
|
Version: 11.0
|
|
Release: 4
|
|
Summary: Data Files for Unicode Emoji
|
|
License: Unicode-DFS-2016
|
|
URL: http://www.unicode.org/emoji/
|
|
Source0: http://www.unicode.org/copyright.html
|
|
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
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Unicode Emoji Data Files are emoji data files that machines can read.
|
|
|
|
%prep
|
|
%{nil}
|
|
|
|
%build
|
|
%{nil}
|
|
|
|
%install
|
|
cp -p %{SOURCE0} .
|
|
mkdir -p %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE1} %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE2} %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE3} %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE4} %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE5} %{buildroot}%{_datadir}/unicode/emoji
|
|
cp -p %{SOURCE6} %{buildroot}%{_datadir}/unicode/emoji
|
|
|
|
%files
|
|
%license copyright.html
|
|
%doc %{_datadir}/unicode/emoji/ReadMe.txt
|
|
%dir %{_datadir}/unicode
|
|
%dir %{_datadir}/unicode/emoji
|
|
%{_datadir}/unicode/emoji/emoji-*txt
|
|
|
|
%changelog
|
|
* Mon Jun 6 2022 Chenyx <chenyixiong3@huawei.com> - 11.0-4
|
|
- License compliance rectification
|
|
|
|
* Wed Jan 8 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 11.0-3
|
|
- package init
|