Parent Directory
|
Revision Log
SILENT: Switch URLs to https:
1 | yochenhsieh | 1102058 | %global unicodedir %{_datadir}/unicode |
2 | %global emojidir %{unicodedir}/emoji | ||
3 | |||
4 | Name: unicode-emoji | ||
5 | kekepower | 1565250 | Version: 13.0 |
6 | umeabot | 1812516 | Release: %mkrel 2 |
7 | yochenhsieh | 1102058 | Summary: Unicode Emoji Data Files |
8 | wally | 1347510 | Group: System/Internationalization |
9 | yochenhsieh | 1102058 | License: Unicode |
10 | danf | 1915544 | 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 | yochenhsieh | 1102058 | BuildArch: noarch |
17 | |||
18 | %description | ||
19 | Unicode Emoji Data Files are the machine-readable | ||
20 | emoji data files associated with | ||
21 | danf | 1915544 | https://www.unicode.org/reports/tr51/index.html |
22 | yochenhsieh | 1102058 | |
23 | %prep | ||
24 | %{nil} | ||
25 | |||
26 | %build | ||
27 | %{nil} | ||
28 | |||
29 | %install | ||
30 | kekepower | 1565250 | cp -p %{SOURCE0} copyright.html |
31 | yochenhsieh | 1102058 | mkdir -p %{buildroot}%{emojidir} |
32 | kekepower | 1565250 | 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 | yochenhsieh | 1102058 | |
37 | %files | ||
38 | %license copyright.html | ||
39 | %dir %{unicodedir} | ||
40 | %dir %{emojidir} | ||
41 | %doc %{emojidir}/ReadMe.txt | ||
42 | wally | 1347510 | %{emojidir}/emoji-*txt |
ViewVC Help | |
Powered by ViewVC 1.1.30 |