- fixed lucida license
- added compat package for smooth upgradation
This commit is contained in:
parent
67812b888f
commit
15dba835e3
@ -7,8 +7,8 @@ terminals.
|
|||||||
|
|
||||||
Name: bitmap-fonts
|
Name: bitmap-fonts
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT and Lucida
|
||||||
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
|
||||||
@ -27,11 +27,28 @@ BuildRequires: fontpackages-devel
|
|||||||
%description
|
%description
|
||||||
%common_desc
|
%common_desc
|
||||||
|
|
||||||
|
%package -n %{fontname}-fonts-compat
|
||||||
|
Summary: Compatibility files of bitmap-font families
|
||||||
|
Group: User Interface/X
|
||||||
|
Provides: bitmap-fonts = %{version}-%{release}
|
||||||
|
Requires: %{fontname}-lucida-typewriter-fonts = %{version}-%{release}
|
||||||
|
Requires: %{fontname}-fangsongti-fonts = %{version}-%{release}
|
||||||
|
Requires: %{fontname}-console-fonts = %{version}-%{release}
|
||||||
|
Requires: %{fontname}-fixed-fonts = %{version}-%{release}
|
||||||
|
Requires: ucs-miscfixed-fonts
|
||||||
|
Obsoletes: bitmap-fonts < %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n %{fontname}-fonts-compat
|
||||||
|
%common_desc
|
||||||
|
Meta-package for installing all font families of bitmap.
|
||||||
|
|
||||||
|
%files -n %{fontname}-fonts-compat
|
||||||
|
|
||||||
%package -n bitmap-lucida-typewriter-fonts
|
%package -n bitmap-lucida-typewriter-fonts
|
||||||
Summary: Selected CJK bitmap fonts for Anaconda
|
Summary: Selected CJK bitmap fonts for Anaconda
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
Provides: %{name}-cjk = %{version}-%{release}
|
Provides: %{name}-cjk = %{version}-%{release}
|
||||||
License: MIT
|
License: Lucida
|
||||||
|
|
||||||
%description -n bitmap-lucida-typewriter-fonts
|
%description -n bitmap-lucida-typewriter-fonts
|
||||||
%common_desc
|
%common_desc
|
||||||
@ -67,7 +84,6 @@ 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
|
||||||
@ -130,6 +146,10 @@ done
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 03 2010 Pravin Satpute <psatpute@redhat.com> - 0.3-16
|
||||||
|
- fixed lucida license
|
||||||
|
- added compat package for smooth upgradation
|
||||||
|
|
||||||
* Tue Mar 02 2010 Pravin Satpute <psatpute@redhat.com> - 0.3-15
|
* Tue Mar 02 2010 Pravin Satpute <psatpute@redhat.com> - 0.3-15
|
||||||
- updated as per merge review comments
|
- updated as per merge review comments
|
||||||
- bug 225617
|
- bug 225617
|
||||||
|
Loading…
Reference in New Issue
Block a user