From 167a0a14945a7a24a48e1072b57485377be90b69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Jan 2009 22:53:43 +0000 Subject: [PATCH] Fix busted inter-subpackage dependencies. Yay, font activism --- liberation-fonts.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/liberation-fonts.spec b/liberation-fonts.spec index ca65ac3..671986a 100644 --- a/liberation-fonts.spec +++ b/liberation-fonts.spec @@ -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 - 1.04.93-6.fc11 +- Fix busted inter-subpackage dependencies + * Tue Jan 20 2009 Caius Chance - 1.04.93-5.fc11 - Resolved: rhbz#477410 - Refined .spec file based on Mailhot's review on rhbz.