- updated as per merge review comments

- bug 225617
This commit is contained in:
Pravin Satpute 2010-03-02 03:45:23 +00:00
parent e2ca6bc368
commit 67812b888f

View File

@ -7,8 +7,8 @@ terminals.
Name: bitmap-fonts Name: bitmap-fonts
Version: 0.3 Version: 0.3
Release: 14%{?dist} Release: 15%{?dist}
License: Lucida License: GPLv2 and MIT
Source0: bitmap-fonts-%{version}.tar.bz2 Source0: bitmap-fonts-%{version}.tar.bz2
Source1: fixfont-3.5.tar.bz2 Source1: fixfont-3.5.tar.bz2
Source2: LICENSE Source2: LICENSE
@ -20,7 +20,6 @@ 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
Requires: fontpackages-filesystem
BuildRequires: xorg-x11-font-utils BuildRequires: xorg-x11-font-utils
BuildRequires: fontpackages-devel BuildRequires: fontpackages-devel
@ -68,6 +67,7 @@ License: GPLv2
%package -n bitmap-fixed-fonts %package -n bitmap-fixed-fonts
Summary: Selected set of bitmap fonts Summary: Selected set of bitmap fonts
Requires: fontpackages-filesystem Requires: fontpackages-filesystem
Obsoletes: bitmap-fonts < 0.3-14
License: GPLv2 License: GPLv2
%description -n %{fontname}-fixed-fonts %description -n %{fontname}-fixed-fonts
@ -80,6 +80,9 @@ License: GPLv2
cp %{SOURCE2} . cp %{SOURCE2} .
%build
%{nil}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -127,6 +130,10 @@ done
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Mar 02 2010 Pravin Satpute <psatpute@redhat.com> - 0.3-15
- updated as per merge review comments
- bug 225617
* Wed Nov 18 2009 Pravin Satpute <psatpute@redhat.com> - 0.3-14 * Wed Nov 18 2009 Pravin Satpute <psatpute@redhat.com> - 0.3-14
- removed console8x8.pcf from console sub-package - removed console8x8.pcf from console sub-package
@ -160,7 +167,7 @@ rm -rf $RPM_BUILD_ROOT
- Rebuild for gcc4.3. - Rebuild for gcc4.3.
* Tue Feb 27 2007 Mayank Jain <majain@redhat.com> - 0.3-5.1.2 * 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 BuildRoot to %%{_tmppath}/%%{name}-%%{version}-%%{release}-root-%%(%%{__id_u} -n)
- Changed Prereq tag to Requires(pre) - Changed Prereq tag to Requires(pre)
- In the "cjk" subpackage summary, CJK is now spelt with capital letters. - In the "cjk" subpackage summary, CJK is now spelt with capital letters.
- Added %{?dist} to the Release tag - Added %{?dist} to the Release tag