Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37530273
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: unicode-ucd

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define unicodedir %_datadir/unicode
%define ucddir %unicodedir/ucd

Name: unicode-ucd
Version: 15.0.0
Release: alt1

Summary: Unicode Character Database
Group: Development/Other
License: MIT
Url: https://www.unicode.org/ucd/

Source: https://www.unicode.org/Public/zipped/%version/UCD.zip
Source1: https://www.unicode.org/Public/%version/ucd/Unihan.zip
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
Source2: https://www.unicode.org/copyright.html

BuildArch: noarch

BuildRequires: unzip

%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 -c -a1

grep -q "%version" ReadMe.txt || (echo "zip file seems not %version" ; exit 1)

%install
mkdir -p %buildroot%ucddir
cp -ar . %buildroot%ucddir
# gucharmap requires zipped Unihan for build
cp -p %SOURCE1 %buildroot%ucddir
cp -p %SOURCE2 .

%files
%dir %unicodedir
%ucddir/
%doc copyright.html

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin