2013-11-12 11:40:42 +01:00
|
|
|
#
|
2013-11-12 11:46:09 +01:00
|
|
|
# spec file for package babelstone-han-fonts
|
2013-11-12 11:40:42 +01:00
|
|
|
#
|
2024-01-06 01:42:52 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2013-11-12 11:40:42 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2022-11-13 14:29:41 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-11-12 11:40:42 +01:00
|
|
|
#
|
|
|
|
|
2022-11-13 14:29:41 +01:00
|
|
|
|
2013-11-12 11:46:09 +01:00
|
|
|
Name: babelstone-han-fonts
|
2024-03-24 19:17:01 +01:00
|
|
|
Version: 15.1.4
|
2013-11-12 11:40:42 +01:00
|
|
|
Release: 0
|
2022-11-13 14:29:41 +01:00
|
|
|
Summary: BabelStone font for Han Script
|
2023-01-13 07:40:37 +01:00
|
|
|
License: Arphic-1999
|
2013-11-12 11:40:42 +01:00
|
|
|
Group: System/X11/Fonts
|
2022-11-13 14:29:41 +01:00
|
|
|
URL: http://www.babelstone.co.uk/Fonts/
|
|
|
|
Source0: http://babelstone.co.uk/Fonts/Download/BabelStoneHan.zip
|
2013-11-12 11:52:36 +01:00
|
|
|
Source1: LICENSE
|
2013-11-12 11:40:42 +01:00
|
|
|
BuildRequires: fontpackages-devel
|
2013-11-12 11:46:09 +01:00
|
|
|
BuildRequires: unzip
|
2013-11-12 11:40:42 +01:00
|
|
|
%reconfigure_fonts_prereq
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2022-11-13 14:29:41 +01:00
|
|
|
BabelStone Han is a dual-width Unicode Han font in Song/Ming style
|
2013-11-12 11:46:09 +01:00
|
|
|
with G-source glyphs used in the People's Republic of China.
|
2013-11-12 11:40:42 +01:00
|
|
|
|
|
|
|
%prep
|
2022-11-13 14:29:41 +01:00
|
|
|
%autosetup -c -T -a0
|
2013-11-12 11:40:42 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
cp -a %{SOURCE1} .
|
|
|
|
|
|
|
|
%install
|
2022-11-13 14:29:41 +01:00
|
|
|
install -Dm 0644 -t %{buildroot}%{_ttfontsdir}/ *.ttf
|
2013-11-12 11:40:42 +01:00
|
|
|
|
|
|
|
%reconfigure_fonts_scriptlets
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2022-11-13 14:29:41 +01:00
|
|
|
%license LICENSE
|
|
|
|
%dir %{_ttfontsdir}
|
|
|
|
%{_ttfontsdir}/BabelStoneHan.ttf
|
2013-11-12 11:40:42 +01:00
|
|
|
|
|
|
|
%changelog
|