build console pcfs from source bdfs
This commit is contained in:
parent
ec20a1ed91
commit
558ff06f0d
@ -1,2 +1,3 @@
|
||||
bitmap-fonts-0.3.tar.bz2
|
||||
fixfont.tar.bz2
|
||||
fixfont-3.5.tar.bz2
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user