cldr-emoji-annotation/cldr-emoji-annotation.spec
NixTux Commit Bot 0bc7d8c0aa bot: rpm5 -> rpm4 (13) [rosa2019.1]
(13) rosa2019.1: run with 10-12 added

(12) rosa2019.05: fix incorrectly changed %__noautoreqfiles and %__noautoprovfiles

(11) rosa2019.05: remove quotations from %__requires_exclude and %__provides_exclude which do not work on RPM 4

(10) rosa2019.05: %py_ -> %py2_, %{py_ -> %{py2_

(9): Adopt spec for enabled byte compiling in Python

These automatic changes are done by scripts *rpm5-to-rpm4.sh at https://gitlab.com/abf-mirror/abf-mirror-scripts
The goal is to adopt specs for RPM 4 to which ROSA 2019.1 has migrated from RPM 5, but keep compatibility with RPM 5.
Details about migration are here: https://wiki.rosalab.ru/ru/index.php/Переход_ROSA_с_RPM_5_на_RPM_4
Contact m.novosyolov@rosalinux.ru in case of problems
2020-12-05 13:05:38 +03:00

51 lines
1.2 KiB
RPMSpec

%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"