Parent Directory | Revision Log
%repsys markrelease version: 4.0 release: 1.mga6 revision: 1102064 Copying 4.0-1.mga6 to releases/ directory.
1 | %global unicodedir %{_datadir}/unicode |
2 | %global emojidir %{unicodedir}/emoji |
3 | |
4 | Name: unicode-emoji |
5 | Version: 4.0 |
6 | Release: %mkrel 1 |
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/4.0/ReadMe.txt |
13 | Source2: http://www.unicode.org/Public/emoji/4.0/emoji-data.txt |
14 | Source3: http://www.unicode.org/Public/emoji/4.0/emoji-sequences.txt |
15 | Source4: http://www.unicode.org/Public/emoji/4.0/emoji-test.txt |
16 | Source5: http://www.unicode.org/Public/emoji/4.0/emoji-zwj-sequences.txt |
17 | BuildArch: noarch |
18 | |
19 | %description |
20 | Unicode Emoji Data Files are the machine-readable |
21 | emoji data files associated with |
22 | http://www.unicode.org/reports/tr51/index.html |
23 | |
24 | %prep |
25 | %{nil} |
26 | |
27 | %build |
28 | %{nil} |
29 | |
30 | %install |
31 | cp -p %{SOURCE0} . |
32 | mkdir -p %{buildroot}%{emojidir} |
33 | cp -p %{SOURCE1} %{buildroot}%{emojidir} |
34 | cp -p %{SOURCE2} %{buildroot}%{emojidir} |
35 | cp -p %{SOURCE3} %{buildroot}%{emojidir} |
36 | cp -p %{SOURCE4} %{buildroot}%{emojidir} |
37 | cp -p %{SOURCE5} %{buildroot}%{emojidir} |
38 | chmod 644 %{buildroot}%{emojidir}/* |
39 | |
40 | %files |
41 | %license copyright.html |
42 | %dir %{unicodedir} |
43 | %dir %{emojidir} |
44 | %doc %{emojidir}/ReadMe.txt |
45 | %{emojidir}/emoji-*txt |
ViewVC Help | |
Powered by ViewVC 1.1.30 |