2012-01-12 16:08:19 +00:00
|
|
|
#
|
2012-01-12 16:19:46 +00:00
|
|
|
# spec file for package gnu-unifont-bitmap-fonts
|
2012-01-12 16:08:19 +00:00
|
|
|
#
|
2022-05-10 08:33:37 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2012-01-12 16:08:19 +00: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.
|
|
|
|
|
2019-03-11 03:26:01 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-01-12 16:08:19 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2012-07-11 06:27:56 +00:00
|
|
|
%define fontdir %{_fontsdir}/uni
|
2012-01-12 16:19:46 +00:00
|
|
|
Name: gnu-unifont-bitmap-fonts
|
2022-06-20 08:09:33 +00:00
|
|
|
Version: 14.0.04
|
2012-07-11 06:27:56 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: The GNU Unicode Bitmap Font
|
2022-06-20 08:09:33 +00:00
|
|
|
License: GPL-2.0-or-later AND OFL-1.1
|
2012-05-17 09:20:51 +00:00
|
|
|
Group: System/X11/Fonts
|
Accepting request 867077 from home:dirkmueller:branches:M17N:fonts
- update to 13.0.05:
* This release contains some minor adjustments. It is a stable release.
* Raised dentistry symbols U+23C0..U+23CA up one row, as they were in Unifont
13.0.03, per recommendation of David Corbett.
* Added missing UCSUR Braille Extended glyphs in the range U+EB60..U+EB9C
* updated arrow symbols U+1D9A2..U+1D9A4 and U+1D9DF..U+1D9E1
* updated glyphs for U+08AD, U+1467, U+1468, U+1D24, U+23B7, U+2E49, U+A789, U+FBD9, U+FBDA, and FC05
* modified many glyphs in these ranges so their visually middle horizontal
lines align, except for glyphs that can form part of an overstruck APL
character
* Numerous Canadian Aboriginal glyphs added
* Tamil glyphs U+0BF6 and U+0BF7
* Completely redrew the Thaana script, U+0780..U+07B1
* modified U+A650 and U+A651 to be single-width.
* David Corbett modified U+02AC, U+2720, U+A7F5, and U+A7F6.
* Paul Hardy modified U+02B7, U+0D81, U+1FBE, U+2CCE, U+2CCF, and U+AB69.
OBS-URL: https://build.opensuse.org/request/show/867077
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-bitmap-fonts?expand=0&rev=33
2021-01-27 09:10:19 +00:00
|
|
|
URL: https://unifoundry.com/unifont/index.html
|
2015-10-02 02:31:44 +00:00
|
|
|
Source0: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz
|
|
|
|
Source1: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz.sig
|
2016-07-03 14:55:27 +00:00
|
|
|
Source2: http://unifoundry.com/LICENSE.txt
|
2018-08-11 15:14:52 +00:00
|
|
|
Source3: http://unifoundry.com/1A09227B1F435A33_public.asc#/%{name}.keyring
|
2012-07-11 06:27:56 +00:00
|
|
|
BuildRequires: fontpackages-devel
|
2012-05-17 09:20:51 +00:00
|
|
|
BuildArch: noarch
|
2015-09-08 12:35:24 +00:00
|
|
|
%reconfigure_fonts_prereq
|
2012-01-12 16:08:19 +00:00
|
|
|
|
|
|
|
%description
|
2012-01-13 08:14:37 +00:00
|
|
|
The GNU Unifont by Roman Czyborra is a free bitmap font that
|
|
|
|
covers the Unicode Basic Multilingual Plane (BMP), using an
|
2012-05-17 09:20:51 +00:00
|
|
|
intermediate bitmapped font format.
|
2012-01-12 16:08:19 +00:00
|
|
|
|
|
|
|
%prep
|
2015-09-08 12:35:24 +00:00
|
|
|
cp %{SOURCE2} COPYING
|
2012-01-12 16:08:19 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2022-06-20 08:09:33 +00:00
|
|
|
install -Dm 444 -t %{buildroot}%{fontdir} %{SOURCE0}
|
2012-01-12 16:08:19 +00:00
|
|
|
|
2012-07-11 06:27:56 +00:00
|
|
|
%reconfigure_fonts_scriptlets
|
2012-01-12 16:08:19 +00:00
|
|
|
|
|
|
|
%files
|
2018-08-11 15:14:52 +00:00
|
|
|
%license COPYING
|
2012-01-12 16:08:19 +00:00
|
|
|
%{fontdir}
|
|
|
|
|
|
|
|
%changelog
|