Accepting request 155814 from X11:terminals

- fixed check for existance of bdftopcf; added bdftopcf
  Buildrequires for openSUSE > 12.1 (bnc#804329) (forwarded request 155793 from sndirsch)

OBS-URL: https://build.opensuse.org/request/show/155814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xterm?expand=0&rev=70
This commit is contained in:
Stephan Kulow 2013-02-20 08:37:05 +00:00 committed by Git OBS Bridge
commit c8e471c9a0
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"