Fix busted inter-subpackage dependencies. Yay, font activism
This commit is contained in:
parent
dc080046a9
commit
167a0a1494
@ -10,7 +10,7 @@ New.
|
||||
Name: %{fontname}-fonts
|
||||
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
||||
Version: 1.04.93
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
||||
# exceptions:
|
||||
# The first exception is the standard FSF font exception.
|
||||
@ -58,7 +58,7 @@ Shared common files of Liberation font families.
|
||||
%package -n %{fontname}-sans-fonts
|
||||
Summary: Sans-serif fonts to replace commonly used Microsoft Arial
|
||||
Group: User Interface/X
|
||||
Requires: %{fontname}-common-fonts = %{version}-%{release}
|
||||
Requires: %{fontname}-fonts-common = %{version}-%{release}
|
||||
|
||||
%description -n %{fontname}-sans-fonts
|
||||
%common_desc
|
||||
@ -70,7 +70,7 @@ This is Sans-serif TrueType fonts that replaced commonly used Microsoft Arial.
|
||||
%package -n %{fontname}-serif-fonts
|
||||
Summary: Serif fonts to replace commonly used Microsoft Times New Roman
|
||||
Group: User Interface/X
|
||||
Requires: %{fontname}-common-fonts = %{version}-%{release}
|
||||
Requires: %{fontname}-fonts-common = %{version}-%{release}
|
||||
|
||||
%description -n %{fontname}-serif-fonts
|
||||
%common_desc
|
||||
@ -83,7 +83,7 @@ Roman.
|
||||
%package -n %{fontname}-mono-fonts
|
||||
Summary: Monospace fonts to replace commonly used Microsoft Courier New
|
||||
Group: User Interface/X
|
||||
Requires: %{fontname}-common-fonts = %{version}-%{release}
|
||||
Requires: %{fontname}-fonts-common = %{version}-%{release}
|
||||
|
||||
%description -n %{fontname}-mono-fonts
|
||||
%common_desc
|
||||
@ -115,6 +115,9 @@ mkfontscale %{buildroot}%{_fontdir}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 1.04.93-6.fc11
|
||||
- Fix busted inter-subpackage dependencies
|
||||
|
||||
* Tue Jan 20 2009 Caius Chance <cchance@redhat.com> - 1.04.93-5.fc11
|
||||
- Resolved: rhbz#477410
|
||||
- Refined .spec file based on Mailhot's review on rhbz.
|
||||
|
Loading…
Reference in New Issue
Block a user