update to 12.1.0 [release 12.1.0-1mamba;Tue Feb 18 2020]
This commit is contained in:
parent
d424e5f410
commit
f6d5dd07fa
@ -1,5 +1,5 @@
|
|||||||
Name: unicode-ucd
|
Name: unicode-ucd
|
||||||
Version: 6.2.0
|
Version: 12.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Unicode Character Database
|
Summary: Unicode Character Database
|
||||||
Group: System/Fonts
|
Group: System/Fonts
|
||||||
@ -24,28 +24,20 @@ It also includes data files containing test data for conformance to several impo
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -d -m0755 %{buildroot}%{_datadir}/unicode
|
install -d -m0755 %{buildroot}%{_datadir}/unicode/ucd
|
||||||
cp -a * %{buildroot}%{_datadir}/unicode
|
cp -a * %{buildroot}%{_datadir}/unicode/ucd
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/unicode
|
%dir %{_datadir}/unicode/ucd
|
||||||
%{_datadir}/unicode/NamesList.html
|
%{_datadir}/unicode/ucd/*
|
||||||
%{_datadir}/unicode/StandardizedVariants.html
|
|
||||||
%{_datadir}/unicode/USourceGlyphs.pdf
|
|
||||||
%{_datadir}/unicode/*.txt
|
|
||||||
%dir %{_datadir}/unicode/auxiliary
|
|
||||||
%{_datadir}/unicode/auxiliary/GraphemeBreakTest.html
|
|
||||||
%{_datadir}/unicode/auxiliary/LineBreakTest.html
|
|
||||||
%{_datadir}/unicode/auxiliary/SentenceBreakTest.html
|
|
||||||
%{_datadir}/unicode/auxiliary/WordBreakTest.html
|
|
||||||
%{_datadir}/unicode/auxiliary/*.txt
|
|
||||||
%dir %{_datadir}/unicode/extracted
|
|
||||||
%{_datadir}/unicode/extracted/*.txt
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.0-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user