build console pcfs from source bdfs

This commit is contained in:
Caolan McNamara 2005-11-09 10:36:27 +00:00
parent ec20a1ed91
commit 558ff06f0d
3 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1,3 @@
bitmap-fonts-0.3.tar.bz2
fixfont.tar.bz2
fixfont-3.5.tar.bz2

View File

@ -1,9 +1,9 @@
Name: bitmap-fonts
Version: 0.3
Release: 4
Release: 5
License: distributable
Source: bitmap-fonts-%{version}.tar.bz2
Source1: fixfont.tar.bz2
Source1: fixfont-3.5.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
Group: User Interface/X
@ -34,7 +34,9 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
cp fixfont/* $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts
cd fixfont-3.5
make install DESTDIR=$RPM_BUILD_ROOT
# %%ghost the fonts.cache-1 file
touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1
@ -74,6 +76,9 @@ fi
%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1
%changelog
* Wed Nov 09 2004 Caolan McNamara <caolanm@redhat.com> - 0.3-5
- build fixfont .pcfs from source .bdfs
* Wed Sep 22 2004 Owen Taylor <otaylor@redhat.com> - 0.3-4
- Update BuildRequires to xorg-x11-font-utils (#118428, Mike Harris)

View File

@ -1,2 +1,2 @@
f07548f9668f178e1a6f6ae39d595c8c bitmap-fonts-0.3.tar.bz2
36b65cbecdf1f7ac419cc117df5a4c39 fixfont.tar.bz2
008073dee211f94105b2ff2790aa45dc fixfont-3.5.tar.bz2