Automatic import for version 36.12.120191002_0-1

This commit is contained in:
ABF 2020-10-13 08:31:33 +00:00
commit d1cf2e7e78
2 changed files with 57 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"cldr-emoji-annotation-36.12.120191002_0.tar.gz": 7595df9310092d6de77d9213f279463f839145b0

View file

@ -0,0 +1,55 @@
%global debug_package %{nil}
Name: cldr-emoji-annotation
Version: 36.12.120191002_0
Release: 1
# Annotation files are in Unicode license
Summary: Emoji annotation files in CLDR
Group: System/Internationalization
License: LGPLv2+ and Unicode
URL: https://github.com/fujiwarat/cldr-emoji-annotation
Source0: https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildArch: noarch
%description
This package provides the emoji annotation file by language in CLDR.
%files
%doc AUTHORS README
%{_datadir}/unicode/
#----------------------------------------------------------------------------
%package devel
Summary: Files for development using cldr-annotations
Group: Development/C
Requires: %{name} = %{EVRD}
Requires: pkgconfig
BuildArch: noarch
%description devel
This package contains the pkg-config files for development
when building programs that use cldr-annotations.
%files devel
%{_datadir}/pkgconfig/*.pc
#----------------------------------------------------------------------------
%prep
%setup -q
%build
autoreconf -v -i
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install INSTALL="install -p"