From: Michael Tremer Date: Tue, 20 Dec 2022 18:55:36 +0000 (+0000) Subject: unicode-ucd: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6082684cbc2da9e04f4cbd9aa439fc46d589055;p=ipfire-3.x.git unicode-ucd: Drop package Nothing seems to depend on this Signed-off-by: Michael Tremer --- diff --git a/unicode-ucd/unicode-ucd.nm b/unicode-ucd/unicode-ucd.nm deleted file mode 100644 index 17e922d41..000000000 --- a/unicode-ucd/unicode-ucd.nm +++ /dev/null @@ -1,50 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = unicode-ucd -version = 9.0.0 -release = 1 -arch = noarch - -groups = Development/System -url = http://www.unicode.org/ucd/ -license = MIT -summary = Unicode Character Database. - -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. -end - -source_dl = http://www.unicode.org/Public/zipped/%{version}/ -sources = UCD.zip - -build - requires - unzip>=6.0-3 - end - - prepare - # Manually create DIR_APP because the - # soucre archive doesn't contain any folder. - mkdir -pv %{DIR_APP} - - # Manually extract zip compressed source archive. - cd %{DIR_APP} && unzip %{DIR_DL}/%{sources} - end - - build = # Nothing to do - - install - # Create install folder and copy files. - mkdir -pv %{BUILDROOT}%{datadir}/unicode/ucd/ - cp -arvf . %{BUILDROOT}%{datadir}/unicode/ucd/ - end -end - -packages - package %{name} -end