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:
parent
9940160d4a
commit
818cabfb2d
@ -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
|
Mon Feb 18 13:07:25 UTC 2013 - abergmann@novell.com
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ BuildRequires: xorg-x11-devel
|
|||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
# post xorg libs split
|
# post xorg libs split
|
||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
|
# separate package now
|
||||||
|
BuildRequires: bdftopcf
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
BuildRequires: XFree86-devel
|
BuildRequires: XFree86-devel
|
||||||
@ -136,7 +138,7 @@ pushd "../vttest-%vttest_version"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ ! which bdftopcf ] ; then exit 1; fi
|
if ! which bdftopcf &> /dev/null; then exit 1; fi
|
||||||
for i in *.bdf
|
for i in *.bdf
|
||||||
do
|
do
|
||||||
bdftopcf "$i" | gzip -9 >"${i%.bdf}.pcf.gz"
|
bdftopcf "$i" | gzip -9 >"${i%.bdf}.pcf.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user