- Changed BuildRoot to
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - Changed Prereq tag to Requires - In the cjk subpackage summary, CJK is now spelt with capital letters.
This commit is contained in:
parent
cc456b79ce
commit
5a2406e276
@ -1,15 +1,15 @@
|
|||||||
Name: bitmap-fonts
|
Name: bitmap-fonts
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 5.1.1
|
Release: 5.1.2
|
||||||
License: distributable
|
License: distributable
|
||||||
Source: bitmap-fonts-%{version}.tar.bz2
|
Source: bitmap-fonts-%{version}.tar.bz2
|
||||||
Source1: fixfont-3.5.tar.bz2
|
Source1: fixfont-3.5.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
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: xorg-x11-font-utils
|
Requires: xorg-x11-font-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The bitmap-fonts package provides a number of bitmap fonts selected
|
The bitmap-fonts package provides a number of bitmap fonts selected
|
||||||
@ -17,7 +17,7 @@ from the xorg package designed for use locations such as
|
|||||||
terminals.
|
terminals.
|
||||||
|
|
||||||
%package cjk
|
%package cjk
|
||||||
Summary: Selected cjk bitmap fonts for Anaconda
|
Summary: Selected CJK bitmap fonts for Anaconda
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Prereq: fontconfig
|
Prereq: fontconfig
|
||||||
|
|
||||||
@ -76,6 +76,11 @@ fi
|
|||||||
%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1
|
%ghost %{_datadir}/fonts/bitmap-fonts/fonts.cache-1
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2007 Mayank Jain <majain@redhat.com> - 0.3-5.1.2
|
||||||
|
- Changed BuildRoot to %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
- Changed Prereq tag to Requires
|
||||||
|
- In the "cjk" subpackage summary, CJK is now spelt with capital letters.
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3-5.1.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3-5.1.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user