diff --git a/xorg-x11-font-utils.spec b/xorg-x11-font-utils.spec index fecf37b..ef41b49 100644 --- a/xorg-x11-font-utils.spec +++ b/xorg-x11-font-utils.spec @@ -5,7 +5,7 @@ Name: xorg-x11-%{pkgname} # IMPORTANT: If package ever gets renamed to something else, remove the Epoch line! Epoch: 1 Version: 7.4 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT for i in */COPYING ; do grep -q stub $i || cp $i COPYING-$(echo $i | sed 's/-[0-9].*//') done + + # bdftruncate is part of font-util + cp font-util-*/COPYING COPYING-bdftruncate } %clean @@ -117,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 09 2010 Peter Hutterer 1:7.4-2 +- Fix build for missing bdftruncate COPYING file. + * Thu Jul 08 2010 Adam Jackson 7.4-1 - Install COPYING for bdftruncate too.