From fca90bf66ab748dc328afc888a847199f71258a1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:25:09 +0100 Subject: [PATCH] package created using the webbuild interface [release 36.12.120191002_0-1mamba;Mon Jan 27 2020] --- README.md | 2 ++ cldr-emoji-annotation.spec | 48 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 cldr-emoji-annotation.spec diff --git a/README.md b/README.md index 9475505..73a4f38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cldr-emoji-annotation +Emoji annotation files in CLDR. + diff --git a/cldr-emoji-annotation.spec b/cldr-emoji-annotation.spec new file mode 100644 index 0000000..275c88a --- /dev/null +++ b/cldr-emoji-annotation.spec @@ -0,0 +1,48 @@ +Name: cldr-emoji-annotation +Version: 36.12.120191002_0 +Release: 1mamba +Summary: Emoji annotation files in CLDR +Group: Applications/Fonts +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.unicode.org/repos/cldr/trunk/common/annotations/ +## GITSOURCE https://github.com/fujiwarat/cldr-emoji-annotation.git 36.12.120191002_0 +Source: https://github.com/fujiwarat/cldr-emoji-annotation.git/%{version}/cldr-emoji-annotation-%{version}.tar.bz2 +License: Unicode +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Emoji annotation files in CLDR. + +%prep +%setup -q + +%build +./autogen.sh +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/unicode/cldr +%dir %{_datadir}/unicode/cldr/common +%dir %{_datadir}/unicode/cldr/common/annotations +%{_datadir}/unicode/cldr/common/annotations/*.xml +%dir %{_datadir}/unicode/cldr/common/annotationsDerived +%{_datadir}/unicode/cldr/common/annotationsDerived/*.xml +%{_datadir}/pkgconfig/cldr-emoji-annotation.pc +%doc AUTHORS COPYING + +%changelog +* Mon Jan 27 2020 Silvan Calarco 36.12.120191002_0-1mamba +- package created using the webbuild interface