[packages/unicode-emoji] - updated to 13.0; emoji-data.txt and emoji-variation-sequences.txt are in ucd now
qboosh
qboosh at pld-linux.org
Thu Apr 23 20:21:42 CEST 2020
commit bbf6d6a1b9628781bbee7fe814c1394d31f41f20
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Apr 23 20:21:58 2020 +0200
- updated to 13.0; emoji-data.txt and emoji-variation-sequences.txt are in ucd now
unicode-emoji.spec | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/unicode-emoji.spec b/unicode-emoji.spec
index 97e771b..75607d4 100644
--- a/unicode-emoji.spec
+++ b/unicode-emoji.spec
@@ -1,25 +1,23 @@
Summary: Unicode Emoji Data Files
Summary(pl.UTF-8): Pliki danych Unicode Emoji
Name: unicode-emoji
-Version: 12.1
+Version: 13.0
Release: 1
License: Unicode
Group: Libraries
Source0: http://www.unicode.org/copyright.html
-# Source0-md5: 01c7e36383a1654909592aa0f9ba977e
+# Source0-md5: 8f660ece069ca15904aaf37df72f8094
Source1: http://www.unicode.org/Public/emoji/%{version}/ReadMe.txt
-# Source1-md5: 9575a63e2428f177b6503c886050ec36
-Source2: http://www.unicode.org/Public/emoji/%{version}/emoji-data.txt
-# Source2-md5: fd9a509b9fec19ac48fb064217115e6e
-Source3: http://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt
-# Source3-md5: 31b6be103968b79e3e6b68e70f807dbd
-Source4: http://www.unicode.org/Public/emoji/%{version}/emoji-test.txt
-# Source4-md5: 121b2627db4d83b6038ade06ab0250ff
-Source5: http://www.unicode.org/Public/emoji/%{version}/emoji-variation-sequences.txt
-# Source5-md5: 12e69c36a19b9c630a5d0a8a5e00262c
-Source6: http://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt
-# Source6-md5: 76e0f47bc9465926058bbb0a520aa4c4
+# Source1-md5: 110349fe791c261240a0b8f7413f29c5
+Source2: http://www.unicode.org/Public/emoji/%{version}/emoji-sequences.txt
+# Source2-md5: 2a1b6f0c177d4ddf4181181de2d6f53e
+Source3: http://www.unicode.org/Public/emoji/%{version}/emoji-test.txt
+# Source3-md5: 8982159c71af1bc72b5ac508945b3f0c
+Source4: http://www.unicode.org/Public/emoji/%{version}/emoji-zwj-sequences.txt
+# Source4-md5: f3984d10d7fffdb326b9fac8d3fd61df
URL: http://www.unicode.org/emoji/
+Requires: unicode-ucd >= %{version}
+Requires: unicode-ucd < 13.1
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,8 +42,9 @@ install -d $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
-cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
-cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
+
+ln -s ../ucd/emoji/emoji-data.txt $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
+ln -s ../ucd/emoji/emoji-variation-sequences.txt $RPM_BUILD_ROOT%{_datadir}/unicode/emoji
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unicode-emoji.git/commitdiff/bbf6d6a1b9628781bbee7fe814c1394d31f41f20
More information about the pld-cvs-commit
mailing list