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