Author: whot
Update of /cvs/pkgs/rpms/xorg-x11-font-utils/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14222
Modified Files: xorg-x11-font-utils.spec Log Message: * Fri Jul 09 2010 Peter Hutterer peter.hutterer@redhat.com 1:7.4-2 - Fix build for missing bdftruncate COPYING file.
Index: xorg-x11-font-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-font-utils/devel/xorg-x11-font-utils.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- xorg-x11-font-utils.spec 8 Jul 2010 17:38:46 -0000 1.38 +++ xorg-x11-font-utils.spec 8 Jul 2010 23:03:46 -0000 1.39 @@ -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 peter.hutterer@redhat.com 1:7.4-2 +- Fix build for missing bdftruncate COPYING file. + * Thu Jul 08 2010 Adam Jackson ajax@redhat.com 7.4-1 - Install COPYING for bdftruncate too.
fonts-bugs@lists.fedoraproject.org