Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2376f07c8a
!10 [sync] PR-6: License compliance rectification
From: @openeuler-sync-bot 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2024-06-14 08:51:39 +00:00
wk333
95870d0c9d License compliance rectification
(cherry picked from commit f6f389d5e105cfd37b0a89392f0012bba3c77a1e)
2024-06-14 14:09:43 +08:00
openeuler-ci-bot
431381c876
!4 Update to 43.1
From: @wu-leilei 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-10-20 02:02:00 +00:00
wu-leilei
5b26bf559c Update to 43.1 2023-10-19 09:49:45 +08:00
openeuler-ci-bot
927ac39b5c !3 update to 36.12.120200305_0
Merge pull request !3 from compile_success/master
2020-06-20 19:03:13 +08:00
compile_success
2d637b514a update 2020-06-20 17:30:19 +08:00
openeuler-ci-bot
bfad709e26 !2 add yaml file
Merge pull request !2 from sugarfillet/master
2020-05-09 17:14:36 +08:00
sugarfillet
64c48cdd3f add yaml file 2020-05-08 15:52:20 +08:00
openeuler-ci-bot
945ae6f00b !1 add package
Merge pull request !1 from compile_success/master
2019-12-17 10:18:10 +08:00
compile_success
cd75a4ea0a init 2019-12-17 10:04:17 +08:00
4 changed files with 90 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,86 @@
Name: cldr-emoji-annotation
Version: 43.1
Release: 2
Summary: Emoji annotation files in CLDR
License: Unicode-DFS-2016
URL: https://github.com/unicode-org/cldr
Source0: https://github.com/unicode-org/cldr/archive/refs/tags/release-43-1.zip#/cldr-release-43-1.zip
BuildRequires: autoconf automake
BuildArch: noarch
%description
This package copies CLDR annotation files for the versioned tarball
%package devel
Summary: Files for development of cldr-emoji-annotation
Requires: %{name} = %{version}-%{release} pkgconfig
BuildArch: noarch
%description devel
Files for development of cldr-emoji-annotation
%package_help
%prep
%autosetup -n cldr-release-43-1
%install
pushd $PWD
ANNOTATION_DIR=common/annotations
CLDR_DIR=%{_datadir}/unicode/cldr/$ANNOTATION_DIR
pushd $ANNOTATION_DIR
for xml in *.xml ; do
install -pm 644 -D $xml $RPM_BUILD_ROOT$CLDR_DIR/$xml
done
popd
ANNOTATION_DIR=common/annotationsDerived
CLDR_DIR=%{_datadir}/unicode/cldr/$ANNOTATION_DIR
pushd $ANNOTATION_DIR
for xml in *.xml ; do
install -pm 644 -D $xml $RPM_BUILD_ROOT$CLDR_DIR/$xml
done
popd
DTD_DIR=common/dtd
CLDR_DIR=%{_datadir}/unicode/cldr/$DTD_DIR
pushd $DTD_DIR
for dtd in *.dtd ; do
install -pm 644 -D $dtd $RPM_BUILD_ROOT$CLDR_DIR/$dtd
done
popd
install -pm 755 -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
cat >> $RPM_BUILD_ROOT%{_datadir}/pkgconfig/%{name}.pc <<_EOF
prefix=/usr
%files
%defattr(-,root,root)
%doc README.md
%license unicode-license.txt
%{_datadir}/unicode/
%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%doc README.md
%changelog
* Thu Jun 13 2024 wangkai <13474090681@163.com> - 43.1-2
- License compliance rectification
* Wed Oct 18 2023 wulei <wu_lei@hoperun.com> - 43.1-1
- Update to 43.1
* Wed Jun 10 2020 zhujunhao <zhujunhao8@huawei.com> - 36.12.120200305_0-1
- update to 36.12.120200305_0
* Fri Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 33.1.0_0-3
- Package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: fujiwarat/cldr-emoji-annotation
tag_prefix: ^v
seperator: .

BIN
cldr-release-43-1.zip Normal file

Binary file not shown.