Sync from SUSE:SLFO:Main cldr-emoji-annotation revision 15526f8ae73bb8758c73286781d585a5
This commit is contained in:
commit
219f6482dd
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
BIN
cldr-emoji-annotation-36.12.120191002_0.tar.gz
(Stored with Git LFS)
Normal file
BIN
cldr-emoji-annotation-36.12.120191002_0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
16
cldr-emoji-annotation.changes
Normal file
16
cldr-emoji-annotation.changes
Normal file
@ -0,0 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 12:14:10 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to 36.12.120191002_0
|
||||
* No changelog provided by upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 08:48:10 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- 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.
|
69
cldr-emoji-annotation.spec
Normal file
69
cldr-emoji-annotation.spec
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user