Accepting request 542932 from home:hillwood:branches:M17N

OBS-URL: https://build.opensuse.org/request/show/542932
OBS-URL: https://build.opensuse.org/package/show/M17N/cldr-emoji-annotation?expand=0&rev=1
This commit is contained in:
Hillwood Yang 2017-11-19 14:21:50 +00:00 committed by Git OBS Bridge
commit 2ef709546d
5 changed files with 97 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cf10c98c755e99f33d5a61ab74a0098857236b0747d623470b661a6794613d9
size 4697090

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun Nov 19 13:39:32 UTC 2017 - hillwood@opensuse.org
- Ininial package.

View File

@ -0,0 +1,66 @@
#
# spec file for package cldr-emoji-annotation
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: cldr-emoji-annotation
Version: 32.0.0_1
Release: 0
Summary: Emoji annotation files in CLDR
License: LGPL-2.0+ 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: fdupes
BuildRequires: gnome-common
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