mirror of
https://abf.rosa.ru/djam/unicode-emoji.git
synced 2025-02-23 17:12:57 +00:00
46 lines
1.4 KiB
RPMSpec
46 lines
1.4 KiB
RPMSpec
![]() |
%global unicodedir %{_datadir}/unicode
|
||
|
%global emojidir %{unicodedir}/emoji
|
||
|
|
||
|
Name: unicode-emoji
|
||
|
Version: 11.0
|
||
|
Release: 1
|
||
|
Summary: Unicode Emoji Data Files
|
||
|
Group: System/Internationalization
|
||
|
License: Unicode
|
||
|
URL: http://www.unicode.org/emoji/
|
||
|
Source0: http://www.unicode.org/copyright.html
|
||
|
Source1: http://www.unicode.org/Public/emoji/11.0/ReadMe.txt
|
||
|
Source2: http://www.unicode.org/Public/emoji/11.0/emoji-data.txt
|
||
|
Source3: http://www.unicode.org/Public/emoji/11.0/emoji-sequences.txt
|
||
|
Source4: http://www.unicode.org/Public/emoji/11.0/emoji-test.txt
|
||
|
Source5: http://www.unicode.org/Public/emoji/11.0/emoji-variation-sequences.txt
|
||
|
Source6: http://www.unicode.org/Public/emoji/11.0/emoji-zwj-sequences.txt
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
Unicode Emoji Data Files are the machine-readable
|
||
|
emoji data files associated with
|
||
|
http://www.unicode.org/reports/tr51/index.html
|
||
|
|
||
|
%prep
|
||
|
%{nil}
|
||
|
|
||
|
%build
|
||
|
%{nil}
|
||
|
|
||
|
%install
|
||
|
cp -p %{SOURCE0} .
|
||
|
mkdir -p %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE1} %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE2} %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE3} %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE4} %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE5} %{buildroot}%{emojidir}
|
||
|
cp -p %{SOURCE6} %{buildroot}%{emojidir}
|
||
|
|
||
|
%files
|
||
|
%dir %{unicodedir}
|
||
|
%dir %{emojidir}
|
||
|
%doc %{emojidir}/ReadMe.txt
|
||
|
%{emojidir}/emoji-*txt
|