7a1cf45e51
- use %license tag [bsc#1252137] OBS-URL: https://build.opensuse.org/request/show/1311960 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/arphic-uming-fonts?expand=0&rev=14
71 lines
2.6 KiB
RPMSpec
71 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package arphic-uming-fonts
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: arphic-uming-fonts
|
|
Version: 0.2.20080216.1
|
|
Release: 0
|
|
Summary: Monospace CJK-Unicode fonts with a Ming (Serif) style
|
|
License: Arphic-1999
|
|
# rpmlint has not been updated yet to reflect the new license names already present on
|
|
# format specfile https://github.com/rpm-software-management/rpmlint/pull/982
|
|
Group: System/X11/Fonts
|
|
URL: http://www.freedesktop.org/wiki/Software/CJKUnifonts/
|
|
# download http://ftp.tw.debian.org/debian/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0.1.20060928.orig.tar.bz2
|
|
Source0: ttf-arphic-uming-0.2.20080216.1.tar.bz2
|
|
BuildRequires: fontpackages-devel
|
|
%reconfigure_fonts_prereq
|
|
Provides: scalable-font-zh-CN
|
|
Provides: scalable-font-zh-HK
|
|
Provides: scalable-font-zh-MO
|
|
Provides: scalable-font-zh-SG
|
|
Provides: scalable-font-zh-TW
|
|
Provides: ttf-arphic-uming = %{version}
|
|
Obsoletes: ttf-arphic-uming <= 0.1.20060928
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This font was taken from the from the TrueType fonts generously
|
|
released by Arphic Technologies Taiwan under the Arphic Public License.
|
|
It was modified with Fontforge by Arne Goetje <arne@linux.org.tw> to
|
|
contain both Big5 and GB2312 charsets plus some european characters.
|
|
|
|
Currently it fully supports the following charsets:
|
|
ISO8859-1,2,3,4,9,10,13,14,15 Big5 GB2312-80 HKSCS 2004 Bopomofo
|
|
Extensions for Hakka, Minnan (Unicode 4.0) and MBE variants using the
|
|
Alternatives (aalt) feature from the OTF spec.
|
|
|
|
Partly support is implemented for: CNS 11643 GB18030 Japanese Korean
|
|
|
|
%prep
|
|
%autosetup -n ttf-arphic-uming-%{version}
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_ttfontsdir}/
|
|
install -c -m 644 *.ttc %{buildroot}%{_ttfontsdir}/
|
|
|
|
%reconfigure_fonts_scriptlets -c
|
|
|
|
%files
|
|
%license license/english/ARPHICPL.TXT
|
|
%doc CONTRIBUTERS README* fonts.dir fonts.scale Font_Comparison_ShanHeiSun_UMing.pdf FONTLOG KNOWN_ISSUES TODO
|
|
%{_ttfontsdir}
|
|
|
|
%changelog
|