- Fix build for missing bdftruncate COPYING file.

This commit is contained in:
Peter Hutterer 2010-07-08 23:03:46 +00:00
parent b716b5de4f
commit 84b49e48c4

View File

@ -5,7 +5,7 @@ Name: xorg-x11-%{pkgname}
# IMPORTANT: If package ever gets renamed to something else, remove the Epoch line! # IMPORTANT: If package ever gets renamed to something else, remove the Epoch line!
Epoch: 1 Epoch: 1
Version: 7.4 Version: 7.4
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
URL: http://www.x.org URL: http://www.x.org
@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
for i in */COPYING ; do for i in */COPYING ; do
grep -q stub $i || cp $i COPYING-$(echo $i | sed 's/-[0-9].*//') grep -q stub $i || cp $i COPYING-$(echo $i | sed 's/-[0-9].*//')
done done
# bdftruncate is part of font-util
cp font-util-*/COPYING COPYING-bdftruncate
} }
%clean %clean
@ -117,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 7.4-1
- Install COPYING for bdftruncate too. - Install COPYING for bdftruncate too.