auto-import changelog data from bitmap-fonts-0.3-2.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Jan 21 2003 Owen Taylor <otaylor@redhat.com>
- Version 0.3 adding misc-fixed fonts from ucs-fonts
- Adjust %post, %postun
Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com>
- Patch from Anthony Fok, to fix problem where fangsongti16.bdf wasn't
    considered to cover english because it didn't have e-diaresis. (Causing
    bad font choice in Anaconda)
Wed Dec 18 2002 Than Ngo <than@redhat.com> 0.2-4
- add some bitmap fonts
Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 0.2-3
- Own the bitmap-fonts directory (Enrico Scholz, #73940)
- Add %post, %postun for cjk subpackage
This commit is contained in:
cvsdist 2004-09-09 03:31:02 +00:00
parent 512e98f6f1
commit 4eb3ed2938
3 changed files with 50 additions and 10 deletions

View File

@ -1 +1,2 @@
bitmap-fonts-0.2.tar.gz bitmap-fonts-0.3.tar.bz2
fixfont.tar.bz2

View File

@ -1,15 +1,16 @@
Name: bitmap-fonts Name: bitmap-fonts
Version: 0.2 Version: 0.3
Release: 2 Release: 2
License: distributable License: distributable
Source: bitmap-fonts-%{version}.tar.gz Source: bitmap-fonts-%{version}.tar.bz2
Source1: fixfont.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch BuildArch: noarch
Group: User Interface/X Group: User Interface/X
Summary: Selected set of bitmap fonts Summary: Selected set of bitmap fonts
Prereq: fontconfig Prereq: fontconfig
BuildRequires: XFree86 BuildRequires: XFree86
%description %description
The bitmap-fonts package provides a number of bitmap fonts selected The bitmap-fonts package provides a number of bitmap fonts selected
from the XFree86 package designed for use locations such as from the XFree86 package designed for use locations such as
@ -27,35 +28,72 @@ selected from XFree86 package, and the font encoding are converted from
native encoding to ISO10646. They are only intended to be used in Anaconda. native encoding to ISO10646. They are only intended to be used in Anaconda.
%prep %prep
%setup -q %setup -q -a 1
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
cp fixfont/* $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts
# %%ghost the fonts.cache-1 file
touch $RPM_BUILD_ROOT%{_datadir}/fonts/bitmap-fonts/fonts.cache-1
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
fc-cache fc-cache %{_datadir}/fonts
%postun %postun
if [ "$1" = "0" ]; then if [ "$1" = "0" ]; then
/usr/sbin/chkfontpath -q -r %{_datadir}/fonts/bitmap-fonts fc-cache %{_datadir}/fonts
fi
%post cjk
fc-cache %{_datadir}/fonts
%postun cjk
if [ "$1" = "0" ]; then
fc-cache %{_datadir}/fonts
fi fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README LU_LEGALNOTICE
%dir %{_datadir}/fonts/bitmap-fonts
%{_datadir}/fonts/bitmap-fonts/lut* %{_datadir}/fonts/bitmap-fonts/lut*
%{_datadir}/fonts/bitmap-fonts/con*
%{_datadir}/fonts/bitmap-fonts/[0-9]*
%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1
%files cjk %files cjk
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_datadir}/fonts/bitmap-fonts
%{_datadir}/fonts/bitmap-fonts/fangsongti* %{_datadir}/fonts/bitmap-fonts/fangsongti*
%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1
%changelog %changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Jan 21 2003 Owen Taylor <otaylor@redhat.com>
- Version 0.3 adding misc-fixed fonts from ucs-fonts
- Adjust %%post, %%postun
* Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com>
- Patch from Anthony Fok, to fix problem where fangsongti16.bdf
wasn't considered to cover english because it didn't have
e-diaresis. (Causing bad font choice in Anaconda)
* Wed Dec 18 2002 Than Ngo <than@redhat.com> 0.2-4
- add some bitmap fonts
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 0.2-3
- Own the bitmap-fonts directory (Enrico Scholz, #73940)
- Add %%post, %%postun for cjk subpackage
* Fri Aug 30 2002 Alexander Larsson <alexl@redhat.com> 0.2-2 * Fri Aug 30 2002 Alexander Larsson <alexl@redhat.com> 0.2-2
- Call fc-cache from post - Call fc-cache from post

View File

@ -1 +1,2 @@
13a27383dd771bd912ab2710eda62aec bitmap-fonts-0.2.tar.gz f07548f9668f178e1a6f6ae39d595c8c bitmap-fonts-0.3.tar.bz2
36b65cbecdf1f7ac419cc117df5a4c39 fixfont.tar.bz2