diff --git a/bitmap-fonts.spec b/bitmap-fonts.spec index bb90e55..c51c588 100644 --- a/bitmap-fonts.spec +++ b/bitmap-fonts.spec @@ -8,8 +8,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Group: User Interface/X Summary: Selected set of bitmap fonts -Prereq: fontconfig -Requires(pre): xorg-x11-font-utils +Requires(pre): fontconfig +BuildRequires: xorg-x11-font-utils %description The bitmap-fonts package provides a number of bitmap fonts selected @@ -19,7 +19,7 @@ terminals. %package cjk Summary: Selected CJK bitmap fonts for Anaconda Group: Applications/System -Prereq: fontconfig +Requires(pre): fontconfig %description cjk bitmap-fonts-cjk package contains bitmap fonts used by Anaconda. They are @@ -78,7 +78,7 @@ fi %changelog * Tue Feb 27 2007 Mayank Jain - 0.3-5.1.2 - Changed BuildRoot to %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -- Changed Prereq tag to Requires +- Changed Prereq tag to Requires(pre) - In the "cjk" subpackage summary, CJK is now spelt with capital letters. - Added %{?dist} to the Release tag