Compare commits

...

No commits in common. "c8s" and "c9s" have entirely different histories.
c8s ... c9s

9 changed files with 211 additions and 7 deletions

View File

@ -1 +1 @@
45b7c281493938f8da546fe649e32de740a38ec8 SOURCES/cldr-release-39.zip
45b7c281493938f8da546fe649e32de740a38ec8 cldr-release-39.zip

28
.gitignore vendored
View File

@ -1 +1,27 @@
SOURCES/cldr-release-39.zip
/cldr-emoji-annotation-30.0.3_2.tar.gz
/cldr-emoji-annotation-31.0.0_1.tar.gz
/cldr-emoji-annotation-31.0.1_1.tar.gz
/cldr-emoji-annotation-31.90.0_1.tar.gz
/cldr-emoji-annotation-32.0.0_1.tar.gz
/cldr-emoji-annotation-32.90.0_1.tar.gz
/cldr-emoji-annotation-33.0.0_1.tar.gz
/cldr-emoji-annotation-33.0.0_2.tar.gz
/cldr-emoji-annotation-33.1.0_0.tar.gz
/cldr-emoji-annotation-34.12.14891_0.tar.gz
/cldr-emoji-annotation-35.12.14971_0.tar.gz
/cldr-emoji-annotation-36.12.120191002_0.tar.gz
/cldr-emoji-annotation-36.12.120200305_0.tar.gz
/cldr-emoji-annotation-37.0_13.0_0_1.tar.gz
/cldr-emoji-annotation-37.0_13.0_0_2.tar.gz
/cldr-emoji-annotation-38-alpha1.0_13.0_0_1.tar.gz
/release-38-beta.tar.gz
/cldr-release-38-beta.tar.gz
/cldr-release-38-beta2.tar.gz
/cldr-release-38-beta3.tar.gz
/cldr-common-38.0.zip
/cldr-release-38-1.zip
/cldr-release-39-alpha0.zip
/cldr-release-39-alpha1.zip
/cldr-release-39-alpha4.zip
/cldr-release-39-beta.zip
/cldr-release-39.zip

51
cldr-README.md Normal file
View File

@ -0,0 +1,51 @@
# Unicode CLDR Project
Latest Release: [v37.0](http://cldr.unicode.org/index/downloads/cldr-37#TOC-V37) published 2020-04-23
## Build Status
GitHub:
[![cldr-ant](https://github.com/unicode-org/cldr/workflows/cldr-ant/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22cldr-ant%22)
[![cldr-mvn](https://github.com/unicode-org/cldr/workflows/cldr-mvn/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22cldr-mvn%22)
[![Ansible Lint](https://github.com/unicode-org/cldr/workflows/Ansible%20Lint/badge.svg)](https://github.com/unicode-org/cldr/actions?query=branch%3Amaster+workflow%3A%22Ansible+Lint%22)
Jenkins: [![Build Status](https://cldr-build.unicode.org/jenkins/buildStatus/icon?job=cldr%2Fcldr-master)](https://cldr-build.unicode.org/jenkins/job/cldr/job/cldr-master/) :lock:
Travis: [![Build Status](https://travis-ci.org/unicode-org/cldr.svg?branch=master)](https://travis-ci.org/unicode-org/cldr/branches)
### What is CLDR?
The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
See For further information:
- Information about [CLDR releases and downloads](http://cldr.unicode.org/index/downloads "CLDR Download Page"),
including the data files and LDML specification associated with each release.
- Information about [Building and running CLDR Tools](http://cldr.unicode.org/tools "CLDR Tools Page")
### Contributing
Most data submissions are done via the [CLDR Survey Tool](https://st.unicode.org/cldr-apps/), which is open and available on predetermined cycles.
Click [HERE](http://unicode.org/cldr/survey_tool.html) for information on how to obtain a survey tool account.
For details about code and other contributions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
### Licenses
- Usage of CLDR data and software is governed by the [Unicode Terms of Use](http://www.unicode.org/copyright.html)
a copy of which is included as [unicode-license.txt](../blob/master/unicode-license.txt).
- Some CLDR tools depend on libraries in tools/java/libs/; use of these libraries is governed by separate license agreements.
- Use of the ICU libraries is subject to the
[ICU License]("https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE"),
included as [ICU-LICENSE](../../blob/master/ICU-LICENSE).
- Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
[Apache License]("http://www.apache.org/licenses/LICENSE-2.0.html")
included as [apache-license.txt](../../blob/master/apache-license.txt).
### Copyright
Copyright © 1991-2020 Unicode, Inc.
All rights reserved.
[Terms of use](http://www.unicode.org/copyright.html)

View File

View File

@ -23,10 +23,20 @@ Source0: https://github.com/unicode-org/cldr/archive/%{tag_version}.zip#/cldr
BuildRequires: autoconf
BuildRequires: automake
BuildArch: noarch
Requires: %{name}-dtd
%description
This package provides the emoji annotation file by language in CLDR.
%package dtd
Summary: DTD files of CLDR common
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
BuildArch: noarch
%description dtd
This package contains DTD files of CLDR common which are required by
cldr-emoji-annotations.
%package devel
Summary: Files for development using cldr-annotations
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
@ -100,22 +110,102 @@ done
%files
%doc README.md readme.html
%license unicode-license.txt
%{_datadir}/unicode/cldr/common/annotations
%{_datadir}/unicode/cldr/common/annotationsDerived
%files dtd
%dir %{_datadir}/unicode
%dir %{_datadir}/unicode/cldr
%dir %{_datadir}/unicode/cldr/common
%{_datadir}/unicode/cldr/common/dtd
%{_datadir}/unicode/cldr/common/annotations
%{_datadir}/unicode/cldr/common/annotationsDerived
%files devel
%{_datadir}/pkgconfig/*.pc
%changelog
* Mon Jun 14 2021 Takao Fujiwara <tfujiwar@gmail.com> - 39-2
- Add gating.yaml. Related: rhbz#1897540
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 39-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon May 24 2021 Takao Fujiwara <tfujiwar@gmail.com> - 39-1
- Bump to release-39. Related: rhbz#1897540
- Bump to release-39. Related: rhbz#1963078
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 39~beta-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Mar 25 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:39~beta-1
- Bump to release-39-beta
* Wed Mar 03 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:39~alpha4-1
- Bump to release-39-alpha4
* Wed Feb 17 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:39~alpha1-1
- Bump to release-39-alpha1
* Mon Feb 08 2021 Takao Fujiwara <tfujiwar@gmail.com> - 1:39~alpha0-1
- Bump release-39-alpha0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:38-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Dec 18 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38-1.1
- Bump to release-38-1
* Sun Nov 01 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38-1
- Bump release-38
* Thu Oct 22 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta3-1
- Bump release-38-beta3
* Wed Oct 14 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta2-1
- Bump release-38-beta2
* Mon Sep 28 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-3
- Fix #1882930 - Add Epoch in Requires
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-2
- Fix typo in cldr-emoji-annotation.pc
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-1
- Dump release-38-beta
- Move source URL from github.com/fujiwarat/cldr-emoji-annotation
to https://github.com/unicode-org/cldr
* Fri Sep 11 2020 Takao Fujiwara <tfujiwar@gmail.com> - 38.0_13.0_0_1~alpha1-1
- Dump release-38-alpha1
* Sat Aug 01 2020 Takao Fujiwara <tfujiwar@gmail.com> - 37.0_13.0_0_2-1
- Add cldr-emoji-annotation-dtd sub package and make check
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 37.0_13.0_0_1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Takao Fujiwara <tfujiwar@gmail.com> - 37.0_13.0_0_1-1
- Integrated Emoji 13.0 CLDR 37.0
* Wed Apr 22 2020 Takao Fujiwara <tfujiwar@gmail.com> - 36.12.120200305_0-1
- Integrated Emoji 12.1 CLDR 36.1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 36.12.120191002_0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Oct 25 2019 Takao Fujiwara <tfujiwar@gmail.com> - 36.12.120191002_0-1
- Integrated Emoji 12.1 CLDR 36
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 35.12.14971_0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Apr 04 2019 Takao Fujiwara <tfujiwar@gmail.com> - 35.12.14971_0-1
- Integrated release-35
* Tue Feb 26 2019 Takao Fujiwara <tfujiwar@gmail.com> - 34.12.14891_0-1
- Integrated release-35-alpha2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 33.1.0_0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 33.1.0_0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 05 2018 Takao Fujiwara <tfujiwar@gmail.com> - 33.1.0_0-1
- Integrated release 33-1

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
# this is the testcase identifier, which OSCI pipeline uses
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (cldr-release-39.zip) = 69ac9239833786d4261406cfea6013540f40ed1bc6afc07b44001aec34281307d6e5a7b30c2db73815cfec44521d508203169faf86bc5072fd048b91369a34e9

13
tests/runtest.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
for dir in annotations annotationsDerived; do
for xml in /usr/share/unicode/cldr/common/$dir/*.xml; do
echo xmllint --noout --valid --postvalid $xml
xmllint --noout --valid --postvalid $xml
if [ $? -ne 0 ] ; then
echo "ERROR"
exit 1
fi
done
done

16
tests/tests.yml Normal file
View File

@ -0,0 +1,16 @@
- hosts: localhost
vars:
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
tags:
- classic
remote_user: root
roles:
- role: standard-test-basic
required_packages:
- cldr-emoji-annotation
- libxml2
tests:
- runtest:
dir: .
run: ./runtest.sh