45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
Name: cldr-emoji-annotation
|
|
Version: 30.0.3_2
|
|
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
|
|
* Mon Mar 06 2017 Takao Fujiwara <tfujiwar@gmail.com> - 30.0.3_2-1
|
|
- Initial implementation
|