]> git.pld-linux.org Git - packages/unicode-emoji.git/blob - unicode-emoji.spec
- new, based on Fedora package
[packages/unicode-emoji.git] / unicode-emoji.spec
1 Summary:        Unicode Emoji Data Files
2 Summary(pl.UTF-8):      Pliki danych Unicode Emoji
3 Name:           unicode-emoji
4 Version:        12.0
5 Release:        1
6 License:        Unicode
7 Group:          Libraries
8 Source0:        http://www.unicode.org/copyright.html
9 # Source0-md5:  01c7e36383a1654909592aa0f9ba977e
10 Source1:        http://www.unicode.org/Public/emoji/%{version}/ReadMe.txt
11 # Source1-md5:  7efdad97d8ecc7090f4efcac5c5af2eb
12 Source2:        http://www.unicode.org/Public/emoji/%{version}/emoji-data.txt
13 # Source2-md5:  27aae846963eeb7df0e76c86c02aabb0
14 Source3:        http://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt
15 # Source3-md5:  255d2da5b2ee8c3af1c733d6a128a558
16 Source4:        http://www.unicode.org/Public/emoji/%{version}/emoji-test.txt
17 # Source4-md5:  9393ac6d081b9accb567f9c85b43fb50
18 Source5:        http://www.unicode.org/Public/emoji/%{version}/emoji-variation-sequences.txt
19 # Source5-md5:  b152b794c05776778975d026ab48ed61
20 Source6:        http://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt
21 # Source6-md5:  cc13f834bc7fbd1b4d7d1df51c32264e
22 URL:            http://www.unicode.org/emoji/
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Unicode Emoji Data Files are the machine-readable emoji data files
28 associated with <http://www.unicode.org/reports/tr51/index.html>.
29
30 %description -l pl.UTF-8
31 Pliki danych Unicode Emoji to czytelne dla maszyny pliki danych
32 piktogramów (emoji) powiązane z
33 <http://www.unicode.org/reports/tr51/index.html>.
34
35 %prep
36 %setup -q -c -T
37
38 cp -p %{SOURCE0} %{SOURCE1} .
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
43
44 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
45 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
46 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
47 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
48 cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc copyright.html ReadMe.txt
56 %dir %{_datadir}/unicode
57 %dir %{_datadir}/unicode/emoji
58 %{_datadir}/unicode/emoji/emoji-*.txt
This page took 0.069068 seconds and 3 git commands to generate.