/[packages]/cauldron/cldr-emoji-annotation/current/SPECS/cldr-emoji-annotation.spec
ViewVC logotype

Contents of /cauldron/cldr-emoji-annotation/current/SPECS/cldr-emoji-annotation.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1102061 - (show annotations) (download)
Tue May 16 15:00:45 2017 UTC (6 years, 11 months ago) by yochenhsieh
File size: 1062 byte(s)
imported package cldr-emoji-annotation
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

  ViewVC Help
Powered by ViewVC 1.1.30