Accepting request 335441 from home:tiwai:branches:M17N:fonts
- don't provide gnu-unifont alias, which is given by the legacy bitmap-fonts package for compatibility (the legacy font is submitted via 335440) OBS-URL: https://build.opensuse.org/request/show/335441 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-bitmap-fonts?expand=0&rev=12
This commit is contained in:
parent
602e661fee
commit
818e3e4be4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 1 14:09:32 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- don't provide gnu-unifont alias, which is given by the legacy
|
||||||
|
bitmap-fonts package for compatibility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 11 08:59:45 UTC 2015 - mchang@suse.com
|
Fri Sep 11 08:59:45 UTC 2015 - mchang@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu-unifont-bitmap-fonts
|
# spec file for package gnu-unifont-bitmap-fonts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,12 +24,10 @@ Summary: The GNU Unicode Bitmap Font
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
Url: http://en.wikipedia.org/wiki/Gnu_unifont
|
Url: http://en.wikipedia.org/wiki/Gnu_unifont
|
||||||
Source0: https://ftp.gnu.org/gnu/unifont/unifont-8.0.01/unifont-8.0.01.pcf.gz
|
Source0: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz
|
||||||
Source1: https://ftp.gnu.org/gnu/unifont/unifont-8.0.01/unifont-8.0.01.pcf.gz.sig
|
Source1: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz.sig
|
||||||
Source2: gpl-2.0.txt
|
Source2: gpl-2.0.txt
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
Provides: gnu-unifont = 20080123
|
|
||||||
Obsoletes: gnu-unifont <= 20080123
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%reconfigure_fonts_prereq
|
%reconfigure_fonts_prereq
|
||||||
@ -49,7 +47,7 @@ cp %{SOURCE2} COPYING
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{fontdir}
|
mkdir -p %{buildroot}%{fontdir}
|
||||||
install -m 444 -D %{SOURCE0} %{buildroot}%{fontdir}/unifont.pcf.gz
|
install -m 444 -D %{SOURCE0} %{buildroot}%{fontdir}
|
||||||
|
|
||||||
%reconfigure_fonts_scriptlets
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user