- Fix build for missing bdftruncate COPYING file.
This commit is contained in:
parent
b716b5de4f
commit
84b49e48c4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user