Accepting request 155793 from home:sndirsch:branches:X11:terminals

- fixed check for existance of bdftopcf; added bdftopcf
  Buildrequires for openSUSE > 12.1 (bnc#804329)

OBS-URL: https://build.opensuse.org/request/show/155793
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=64
This commit is contained in:
Marcus Meissner 2013-02-19 14:24:58 +00:00 committed by Git OBS Bridge
parent 9940160d4a
commit 818cabfb2d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 19 10:00:45 UTC 2013 - sndirsch@suse.com
- fixed check for existance of bdftopcf; added bdftopcf
Buildrequires for openSUSE > 12.1 (bnc#804329)
-------------------------------------------------------------------
Mon Feb 18 13:07:25 UTC 2013 - abergmann@novell.com

View File

@ -37,6 +37,8 @@ BuildRequires: xorg-x11-devel
%if 0%{?suse_version} > 1210
# post xorg libs split
BuildRequires: libXaw-devel
# separate package now
BuildRequires: bdftopcf
%endif
%else
BuildRequires: XFree86-devel
@ -136,7 +138,7 @@ pushd "../vttest-%vttest_version"
make %{?_smp_mflags}
popd
if [ ! which bdftopcf ] ; then exit 1; fi
if ! which bdftopcf &> /dev/null; then exit 1; fi
for i in *.bdf
do
bdftopcf "$i" | gzip -9 >"${i%.bdf}.pcf.gz"