diff --git a/.cldr-emoji-annotation.metadata b/.cldr-emoji-annotation.metadata new file mode 100644 index 0000000..e237a38 --- /dev/null +++ b/.cldr-emoji-annotation.metadata @@ -0,0 +1 @@ +e19fb20b7bb354d60b59761aad915854f03ed8c0 SOURCES/cldr-emoji-annotation-33.1.0_0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5fdb23c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cldr-emoji-annotation-33.1.0_0.tar.gz diff --git a/SPECS/cldr-emoji-annotation.spec b/SPECS/cldr-emoji-annotation.spec new file mode 100644 index 0000000..a89136c --- /dev/null +++ b/SPECS/cldr-emoji-annotation.spec @@ -0,0 +1,83 @@ +Name: cldr-emoji-annotation +Version: 33.1.0_0 +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 +#Patch0: %%{name}-HEAD.patch +BuildRequires: autoconf +BuildRequires: automake +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 +BuildArch: noarch + +%description devel +This package contains the pkg-config files for development +when building programs that use cldr-annotations. + + +%prep +%autosetup + +%build +#autoreconf -v -i +autoreconf -v -i +%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 +* Thu Jul 05 2018 Takao Fujiwara - 33.1.0_0-1 +- Integrated release 33-1 + +* Wed Jun 20 2018 Takao Fujiwara - 33.0.0_2-1 +- Changed COPYING + +* Thu Apr 12 2018 Takao Fujiwara - 33.0.0_1-1 +- Integrated release 33 + +* Fri Mar 09 2018 Takao Fujiwara - 32.90.0_1-2 +- Removed gcc dependency + +* Wed Mar 07 2018 Takao Fujiwara - 32.90.0_1-1 +- Integrated release-33-alpha + +* Wed Feb 07 2018 Fedora Release Engineering - 32.0.0_1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Nov 30 2017 Takao Fujiwara - 32.0.0_1-1 +- Integrated release 32 + +* Thu Sep 28 2017 Takao Fujiwara - 31.90.0_1-1 +- Integrated release-32-alpha + +* Wed Jul 26 2017 Fedora Release Engineering - 31.0.1_1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Apr 21 2017 Takao Fujiwara - 31.0.1_1-1 +- Integrated release-31.0.1 + +* 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