1 |
Name: cldr-emoji-annotation |
2 |
Version: 31.0.1_1 |
3 |
Release: 1 |
4 |
# Annotation files are in Unicode license |
5 |
Summary: Emoji annotation files in CLDR |
6 |
Group: System/Internationalization |
7 |
License: LGPLv2+ and Unicode |
8 |
URL: https://github.com/fujiwarat/cldr-emoji-annotation |
9 |
Source0: https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/%{version}/%{name}-%{version}.tar.gz |
10 |
#BuildArch: noarch |
11 |
|
12 |
%description |
13 |
This package provides the emoji annotation file by language in CLDR. |
14 |
|
15 |
%package devel |
16 |
Summary: Files for development using cldr-annotations |
17 |
Requires: %{name} = %{version}-%{release} |
18 |
Requires: pkgconfig |
19 |
|
20 |
%description devel |
21 |
This package contains the pkg-config files for development |
22 |
when building programs that use cldr-annotations. |
23 |
|
24 |
%global debug_package %{nil} |
25 |
|
26 |
%prep |
27 |
%autosetup |
28 |
|
29 |
%build |
30 |
%configure |
31 |
automake --add-missing |
32 |
make |
33 |
|
34 |
%install |
35 |
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p" |
36 |
|
37 |
%files |
38 |
%doc AUTHORS README |
39 |
%license unicode-license.txt |
40 |
%{_datadir}/unicode/ |
41 |
|
42 |
%files devel |
43 |
%{_datadir}/pkgconfig/*.pc |
44 |
|
45 |
|