Initial implementation
This commit is contained in:
parent
8583e113f9
commit
7353138bcc
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/cldr-emoji-annotation-30.0.3_2.tar.gz
|
44
cldr-emoji-annotation.spec
Normal file
44
cldr-emoji-annotation.spec
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user