Name: cldr-emoji-annotation Version: 31.0.0_1 Release: 1%{?dist} # Annotation files are in Unicode license Summary: Emoji annotation files in CLDR 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 BuildArch: noarch %description This package provides the emoji annotation file by language in CLDR. %package devel Summary: Files for development using cldr-annotations Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel This package contains the pkg-config files for development when building programs that use cldr-annotations. %prep %autosetup %build %configure make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p" %files %doc AUTHORS README %license unicode-license.txt %{_datadir}/unicode/ %files devel %{_datadir}/pkgconfig/*.pc %changelog * Wed Mar 22 2017 Takao Fujiwara - 31.0.0_1-1 - Integrated release-31 * Mon Mar 06 2017 Takao Fujiwara - 30.0.3_2-1 - Initial implementation