2004-09-09 03:30:22 +00:00
|
|
|
Name: bitmap-fonts
|
2004-09-09 03:30:31 +00:00
|
|
|
Version: 0.2
|
2004-09-09 03:30:57 +00:00
|
|
|
Release: 2
|
2004-09-09 03:30:22 +00:00
|
|
|
License: distributable
|
|
|
|
Source: bitmap-fonts-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
BuildArch: noarch
|
|
|
|
Group: User Interface/X
|
|
|
|
Summary: Selected set of bitmap fonts
|
|
|
|
Prereq: fontconfig
|
|
|
|
BuildRequires: XFree86
|
|
|
|
|
|
|
|
%description
|
|
|
|
The bitmap-fonts package provides a number of bitmap fonts selected
|
|
|
|
from the XFree86 package designed for use locations such as
|
|
|
|
terminals.
|
|
|
|
|
2004-09-09 03:30:25 +00:00
|
|
|
%package cjk
|
|
|
|
Summary: Selected cjk bitmap fonts for Anaconda
|
|
|
|
Group: Applications/System
|
|
|
|
Prereq: fontconfig
|
|
|
|
BuildRequires: XFree86
|
|
|
|
|
|
|
|
%description cjk
|
|
|
|
bitmap-fonts-cjk package contains bitmap fonts used by Anacondar. They are
|
|
|
|
selected from XFree86 package, and the font encoding are converted from
|
|
|
|
native encoding to ISO10646. They are only intended to be used in Anaconda.
|
|
|
|
|
2004-09-09 03:30:22 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2004-09-09 03:30:57 +00:00
|
|
|
fc-cache
|
2004-09-09 03:30:22 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
/usr/sbin/chkfontpath -q -r %{_datadir}/fonts/bitmap-fonts
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README
|
2004-09-09 03:30:25 +00:00
|
|
|
%{_datadir}/fonts/bitmap-fonts/lut*
|
|
|
|
|
|
|
|
|
|
|
|
%files cjk
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/fonts/bitmap-fonts/fangsongti*
|
2004-09-09 03:30:22 +00:00
|
|
|
|
|
|
|
%changelog
|
2004-09-09 03:30:57 +00:00
|
|
|
* Fri Aug 30 2002 Alexander Larsson <alexl@redhat.com> 0.2-2
|
|
|
|
- Call fc-cache from post
|
|
|
|
|
2004-09-09 03:30:31 +00:00
|
|
|
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Augment fangsongti fonts with characters from 8x16, 12x24
|
|
|
|
|
2004-09-09 03:30:25 +00:00
|
|
|
* Tue Jul 31 2002 Yu Shao <yshao@redhat.com>
|
|
|
|
- add fangsong*.bdf converted from gb16fs.bdf and gb24st.bdf
|
|
|
|
|
2004-09-09 03:30:22 +00:00
|
|
|
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Initial package
|
|
|
|
|