[terminus-fonts] Use new build targets described in 4.32 README

Hans Ulrich Niedermann ndim at fedoraproject.org
Tue Feb 1 21:28:29 UTC 2011


commit 038e58622dbf991880ee57c3fbbe76a042ceb139
Author: Hans Ulrich Niedermann <hun at n-dimensional.de>
Date:   Tue Feb 1 21:54:14 2011 +0100

    Use new build targets described in 4.32 README

 terminus-fonts.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/terminus-fonts.spec b/terminus-fonts.spec
index d63e5fc..d155377 100644
--- a/terminus-fonts.spec
+++ b/terminus-fonts.spec
@@ -84,7 +84,7 @@ patch -s -p1 -b --suffix .ij1 -fuzz=0 -i alt/ij1.diff
 # just ignore it.
 ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
 	--x11dir=%{_fontdir} --psfdir=%{consolefontdir}
-env GZIP=--best make %{?_smp_mflags}
+env GZIP=--best make %{?_smp_mflags} pcf psf
 
 # Fedora specific docs and examples
 mkdir -p docs/console docs/x11
@@ -96,7 +96,7 @@ cp -p "%{SOURCE21}" docs/x11/Xresources.example
 %install
 rm -fr %{buildroot}
 
-make DESTDIR="%{buildroot}" TESTDIR= install install-ref
+make DESTDIR="%{buildroot}" TESTDIR= install-psf install-pcf install-ref
 
 install -m 0755 -d \
 	%{buildroot}%{_fontconfig_templatedir} \


More information about the scm-commits mailing list