1
0

Accepting request 1035477 from home:Pi-Cla:branches:M17N:fonts

update: 8.0.2 -> 15.0.4
- Added lots of new glyphs
  * See: https://www.babelstone.co.uk/Fonts/Han_Versions.html

OBS-URL: https://build.opensuse.org/request/show/1035477
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/babelstone-han-fonts?expand=0&rev=7
This commit is contained in:
Hillwood Yang 2022-11-13 13:29:41 +00:00 committed by Git OBS Bridge
parent f606345a0e
commit 7790b71c8e
3 changed files with 24 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beb1c35777d6cce0f2c31d431324fb27645f92c1848efeb38b84ac8ef4ac2363
size 11251183
oid sha256:bfea5185c337558d31b25a64766dc9fe183a01beb613304ec85b59cc2a3f8489
size 20821228

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 13 01:35:19 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
update: 8.0.2 -> 15.0.4
- Added lots of new glyphs
* See: https://www.babelstone.co.uk/Fonts/Han_Versions.html
-------------------------------------------------------------------
Sat Dec 12 17:33:04 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package babelstone-han-fonts
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: babelstone-han-fonts
Version: 8.0.2
Version: 15.0.4
Release: 0
Summary: Font for Han Script
Summary: BabelStone font for Han Script
License: SUSE-Arphic
# Change to Arphic-1999 after openSUSE's rpmlint gets synced
# https://github.com/spdx/license-list-XML/issues/1404
Group: System/X11/Fonts
Url: http://www.babelstone.co.uk/Fonts/
Source0: http://babelstone.co.uk/Fonts/BabelStoneHan.zip
URL: http://www.babelstone.co.uk/Fonts/
Source0: http://babelstone.co.uk/Fonts/Download/BabelStoneHan.zip
Source1: LICENSE
BuildRequires: fontpackages-devel
BuildRequires: unzip
@ -31,25 +34,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
BabelStone Han is a dual-width Unicode Han font in Song/Ming style
BabelStone Han is a dual-width Unicode Han font in Song/Ming style
with G-source glyphs used in the People's Republic of China.
%prep
%setup -q -c -T -a0
%autosetup -c -T -a0
%build
cp -a %{SOURCE1} .
%install
mkdir -p %{buildroot}%{_ttfontsdir}
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
install -Dm 0644 -t %{buildroot}%{_ttfontsdir}/ *.ttf
%reconfigure_fonts_scriptlets
%files
%defattr(-,root,root)
%doc LICENSE
%{_ttfontsdir}
%license LICENSE
%dir %{_ttfontsdir}
%{_ttfontsdir}/BabelStoneHan.ttf
%changelog