commit 219f6482dd220df6ecc0a9f449b51c60150a2f329c8d0789ef9b2938fd497ee2 Author: Adrian Schröter Date: Fri May 3 11:36:30 2024 +0200 Sync from SUSE:SLFO:Main cldr-emoji-annotation revision 15526f8ae73bb8758c73286781d585a5 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/cldr-emoji-annotation-36.12.120191002_0.tar.gz b/cldr-emoji-annotation-36.12.120191002_0.tar.gz new file mode 100644 index 0000000..012deaa --- /dev/null +++ b/cldr-emoji-annotation-36.12.120191002_0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c5e9e63998cbf409d14cb5143b6c2e63f2dbab5e4963bcf15d1d002a59d887 +size 6356134 diff --git a/cldr-emoji-annotation.changes b/cldr-emoji-annotation.changes new file mode 100644 index 0000000..ff16df9 --- /dev/null +++ b/cldr-emoji-annotation.changes @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 16 12:14:10 UTC 2020 - Antonio Larrosa + +- Update to 36.12.120191002_0 + * No changelog provided by upstream + +------------------------------------------------------------------- +Wed Mar 11 08:48:10 UTC 2020 - Antonio Larrosa + +- Replace BuildRequires: gnome-common with the actual required package: + libtool, automake/conf and pkg-config + +------------------------------------------------------------------- +Sun Nov 19 13:39:32 UTC 2017 - hillwood@opensuse.org + +- Ininial package. diff --git a/cldr-emoji-annotation.spec b/cldr-emoji-annotation.spec new file mode 100644 index 0000000..6ee02a5 --- /dev/null +++ b/cldr-emoji-annotation.spec @@ -0,0 +1,69 @@ +# +# spec file for package cldr-emoji-annotation +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: cldr-emoji-annotation +Version: 36.12.120191002_0 +Release: 0 +Summary: Emoji annotation files in CLDR +License: LGPL-2.0-or-later AND Unicode +Group: System/I18n/Chinese +URL: https://github.com/fujiwarat/cldr-emoji-annotation +Source: https://github.com/fujiwarat/cldr-emoji-annotation/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fdupes +BuildRequires: libtool +BuildRequires: pkg-config +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This package contains the pkg-config files for development when building +programs that use cldr-annotations. + +%package devel +Summary: Files for development using cldr-annotations +Group: Development/Libraries/Other +Requires: %{name} = %{version} + +%description devel +This package contains the pkg-config files for development +when building programs that use cldr-annotations. + +%prep +%setup -q + +%build +NOCONFIGURE=1 ./autogen.sh +%configure + +make %{?_smp_mflags} + +%install +%make_install + +%fdupes %{buildroot} + +%files +%doc AUTHORS README unicode-license.txt +%{_datadir}/unicode/ + +%files devel +%{_datadir}/pkgconfig/%{name}.pc + +%changelog