Accepting request 330475 from home:michael-chang:branches:M17N:fonts
- fix installed unifont name to be unifont.pcf.gz OBS-URL: https://build.opensuse.org/request/show/330475 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-bitmap-fonts?expand=0&rev=11
This commit is contained in:
parent
233a5a35d1
commit
602e661fee
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 08:59:45 UTC 2015 - mchang@suse.com
|
||||
|
||||
- fix installed unifont name to be unifont.pcf.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 08:30:17 UTC 2015 - sleep_walker@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnu-unifont-bitmap-fonts
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -49,7 +49,7 @@ cp %{SOURCE2} COPYING
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{fontdir}
|
||||
install -m 444 %{SOURCE0} %{buildroot}%{fontdir}
|
||||
install -m 444 -D %{SOURCE0} %{buildroot}%{fontdir}/unifont.pcf.gz
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user