2012-01-12 17:08:19 +01:00
|
|
|
#
|
2012-01-12 17:19:46 +01:00
|
|
|
# spec file for package gnu-unifont-bitmap-fonts
|
2012-01-12 17:08:19 +01:00
|
|
|
#
|
2018-02-04 04:01:42 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-01-12 17:08:19 +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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2012-07-11 08:27:56 +02:00
|
|
|
%define fontdir %{_fontsdir}/uni
|
2012-01-12 17:19:46 +01:00
|
|
|
Name: gnu-unifont-bitmap-fonts
|
2018-12-17 15:53:08 +01:00
|
|
|
Version: 11.0.03
|
2012-07-11 08:27:56 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: The GNU Unicode Bitmap Font
|
2018-08-11 17:14:52 +02:00
|
|
|
License: GPL-2.0-or-later
|
2012-05-17 11:20:51 +02:00
|
|
|
Group: System/X11/Fonts
|
2018-08-11 17:14:52 +02:00
|
|
|
URL: http://unifoundry.com/unifont.html
|
2015-10-02 04:31:44 +02: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 16:55:27 +02:00
|
|
|
Source2: http://unifoundry.com/LICENSE.txt
|
2018-08-11 17:14:52 +02:00
|
|
|
Source3: http://unifoundry.com/1A09227B1F435A33_public.asc#/%{name}.keyring
|
2012-07-11 08:27:56 +02:00
|
|
|
BuildRequires: fontpackages-devel
|
2012-05-17 11:20:51 +02:00
|
|
|
BuildArch: noarch
|
2015-09-08 14:35:24 +02:00
|
|
|
%reconfigure_fonts_prereq
|
2012-01-12 17:08:19 +01:00
|
|
|
|
|
|
|
%description
|
2012-01-13 09:14:37 +01: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 11:20:51 +02:00
|
|
|
intermediate bitmapped font format.
|
2012-01-12 17:08:19 +01:00
|
|
|
|
|
|
|
%prep
|
2015-09-08 14:35:24 +02:00
|
|
|
cp %{SOURCE2} COPYING
|
2012-01-12 17:08:19 +01:00
|
|
|
|
|
|
|
%build
|
2015-09-08 14:35:24 +02:00
|
|
|
:
|
2012-01-12 17:08:19 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{fontdir}
|
2015-10-02 04:31:44 +02:00
|
|
|
install -m 444 -D %{SOURCE0} %{buildroot}%{fontdir}
|
2012-01-12 17:08:19 +01:00
|
|
|
|
2012-07-11 08:27:56 +02:00
|
|
|
%reconfigure_fonts_scriptlets
|
2012-01-12 17:08:19 +01:00
|
|
|
|
|
|
|
%files
|
2018-08-11 17:14:52 +02:00
|
|
|
%license COPYING
|
2012-01-12 17:08:19 +01:00
|
|
|
%{fontdir}
|
|
|
|
|
|
|
|
%changelog
|