draft Unicode 15.1
due to be released next month
This commit is contained in:
parent
75adb9f71d
commit
b2e1da1b3f
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (UCD.zip) = 442a99694fccf0d1ff6f6236bec2cff7408eef4d9dba575ba4f5dc45cebf4d2b1b30334ef8a843887a0f410b24e0f79f7f30f06a195659def998875981604a6a
|
||||
SHA512 (Unihan.zip) = d9cf39adebe83ed0fd8d473cf057b8aa8b2362019d9f7ee7afc041501b1bbbe4d13050350ac40ce4a020cd1d64d52548fe262c3b2893934a032e1de8075e964c
|
||||
SHA512 (UCD.zip) = 6285b78d5765092d04632f2bdf23f43fe4c3d8acc28700ff941b5a647bf86aba348ea280cee54f5761e534070439cd5628cb25cb7cd9d7dca08e05000f434f54
|
||||
SHA512 (Unihan.zip) = fc1a32fc68b3e1d2d358fca91c2cd6c1103557405e91ff558585f18a2e9b1ee6f8af89e7ee922ff36cade67a5cf4f5b4042ba97d350af7b92b18f161eef5ec78
|
||||
|
@ -3,19 +3,18 @@
|
||||
%global ucddir %{unicodedir}/ucd
|
||||
|
||||
Name: unicode-ucd
|
||||
Version: 15.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 15.1.0
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Unicode Character Database
|
||||
|
||||
# The current webpage https://www.unicode.org/license.txt is similar to
|
||||
# current https://www.unicode.org/license.txt is similar to
|
||||
# https://web.archive.org/web/20210830183830/https://www.unicode.org/license.html
|
||||
License: Unicode-DFS-2016
|
||||
# http://www.unicode.org/terms_of_use.html in ReadMe.txt redirects to:
|
||||
# http://www.unicode.org/copyright.html
|
||||
License: Unicode-DFS-2016 AND Unicode-TOU
|
||||
URL: http://www.unicode.org/ucd/
|
||||
Source0: http://www.unicode.org/Public/zipped/%{version}/UCD.zip
|
||||
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
|
||||
# curl http://www.unicode.org/copyright.html | dos2unix > copyright.html
|
||||
Source1: http://www.unicode.org/copyright.html
|
||||
Source2: http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
|
||||
Source1: http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -47,13 +46,10 @@ grep -q "%{version}" ReadMe.txt || (echo "zip file seems not %{version}" ; exit
|
||||
%install
|
||||
mkdir -p %{buildroot}%{ucddir}
|
||||
cp -ar . %{buildroot}%{ucddir}
|
||||
cp -p %{SOURCE2} %{buildroot}%{ucddir}
|
||||
|
||||
cp -p %{SOURCE1} .
|
||||
cp -p %{SOURCE1} %{buildroot}%{ucddir}
|
||||
|
||||
|
||||
%files
|
||||
%doc copyright.html
|
||||
%dir %{unicodedir}
|
||||
%{ucddir}
|
||||
%exclude %{ucddir}/Unihan.zip
|
||||
@ -63,6 +59,11 @@ cp -p %{SOURCE1} .
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 31 2023 Jens Petersen <petersen@redhat.com> - 15.1.0-0.1
|
||||
- update to draft 15.1.0: https://unicode.org/versions/Unicode15.1.0/
|
||||
- do not add copyright.html file from website
|
||||
- add missing Unicode-TOU license tag
|
||||
|
||||
* Mon Aug 21 2023 Parag Nemade <pnemade AT fedoraproject DOT org> - 15.0.0-4
|
||||
- Migrate to SPDX license expression
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user