unicode-ucd/unicode-ucd.spec

52 lines
1.6 KiB
RPMSpec

Name: unicode-ucd
Version: 15.0.0
Release: 1mamba
Summary: Unicode Character Database
Group: System/Fonts
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.unicode.org/ucd/
Source: http://www.unicode.org/Public/zipped/%{version}/UCD.zip
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
The Unicode Character Database (UCD) consists of a number of data files listing Unicode character properties and related data.
It also includes data files containing test data for conformance to several important Unicode algorithms.
%prep
%setup -q -c %{name}-%{version}
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}/unicode/ucd
cp -a * %{buildroot}%{_datadir}/unicode/ucd
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/unicode/ucd
%{_datadir}/unicode/ucd/*
%changelog
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 15.0.0-1mamba
- automatic version update by autodist
* Tue Sep 21 2021 Automatic Build System <autodist@mambasoft.it> 14.0.0-1mamba
- automatic version update by autodist
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 13.0.0-1mamba
- automatic version update by autodist
* Tue Feb 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 12.1.0-1mamba
- update to 12.1.0
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.0-1mamba
- package created by silvan using the webbuild interface