package created using the webbuild interface [release 36.12.120191002_0-1mamba;Mon Jan 27 2020]
This commit is contained in:
parent
ee0a29ba40
commit
fca90bf66a
@ -1,2 +1,4 @@
|
|||||||
# cldr-emoji-annotation
|
# cldr-emoji-annotation
|
||||||
|
|
||||||
|
Emoji annotation files in CLDR.
|
||||||
|
|
||||||
|
48
cldr-emoji-annotation.spec
Normal file
48
cldr-emoji-annotation.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <silvan.calarco@mambasoft.it> 36.12.120191002_0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user