2024-01-05 18:48:58 +01:00
|
|
|
Name: unicode-emoji
|
2024-01-05 18:48:58 +01:00
|
|
|
Version: 15.0
|
2024-01-05 18:48:58 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Unicode Emoji Data Files
|
|
|
|
Group: Applications/Fonts
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://home.unicode.org
|
|
|
|
Source: unicode-emoji-%{version}.tar.xz
|
|
|
|
Source1: unicode-emoji-autoupdate
|
|
|
|
License: BSD
|
|
|
|
BuildArch: noarch
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Unicode Emoji Data Files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -d -m0755 %{buildroot}%{_datadir}/unicode/emoji
|
|
|
|
cp -a * %{buildroot}%{_datadir}/unicode/emoji/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/unicode/emoji/
|
|
|
|
%{_datadir}/unicode/emoji/*.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:48:58 +01:00
|
|
|
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:48:58 +01:00
|
|
|
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:48:58 +01:00
|
|
|
* Sun Jan 17 2021 Automatic Build System <autodist@mambasoft.it> 13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:48:58 +01:00
|
|
|
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0-1mamba
|
|
|
|
- package created using the webbuild interface
|