From 84b49e48c49e184b4aea1bf8a8195a7b18e75e69 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Jul 2010 23:03:46 +0000 Subject: [PATCH] - Fix build for missing bdftruncate COPYING file. --- xorg-x11-font-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.