Parent Directory
|
Revision Log
SILENT: Switch URLs to https:
1 | %global unicodedir %{_datadir}/unicode |
2 | %global emojidir %{unicodedir}/emoji |
3 | |
4 | Name: unicode-emoji |
5 | Version: 13.0 |
6 | Release: %mkrel 2 |
7 | Summary: Unicode Emoji Data Files |
8 | Group: System/Internationalization |
9 | License: Unicode |
10 | URL: https://www.unicode.org/emoji/ |
11 | Source0: https://www.unicode.org/copyright.html#/copyright-%{version}.html |
12 | Source1: https://www.unicode.org/Public/emoji/%{version}/ReadMe.txt#/ReadMe-%{version}.txt |
13 | Source2: https://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt#/emoji-sequences-%{version}.txt |
14 | Source3: https://www.unicode.org/Public/emoji/%{version}/emoji-test.txt#/emoji-test-%{version}.txt |
15 | Source4: https://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt#/emoji-zwj-sequences-%{version}.txt |
16 | BuildArch: noarch |
17 | |
18 | %description |
19 | Unicode Emoji Data Files are the machine-readable |
20 | emoji data files associated with |
21 | https://www.unicode.org/reports/tr51/index.html |
22 | |
23 | %prep |
24 | %{nil} |
25 | |
26 | %build |
27 | %{nil} |
28 | |
29 | %install |
30 | cp -p %{SOURCE0} copyright.html |
31 | mkdir -p %{buildroot}%{emojidir} |
32 | cp -p %{SOURCE1} %{buildroot}%{emojidir}/ReadMe.txt |
33 | cp -p %{SOURCE2} %{buildroot}%{emojidir}/emoji-sequences.txt |
34 | cp -p %{SOURCE3} %{buildroot}%{emojidir}/emoji-test.txt |
35 | cp -p %{SOURCE4} %{buildroot}%{emojidir}/emoji-zwj-sequences.txt |
36 | |
37 | %files |
38 | %license copyright.html |
39 | %dir %{unicodedir} |
40 | %dir %{emojidir} |
41 | %doc %{emojidir}/ReadMe.txt |
42 | %{emojidir}/emoji-*txt |
ViewVC Help | |
Powered by ViewVC 1.1.30 |