- Install COPYING for bdftruncate too.

This commit is contained in:
Adam Jackson 2010-07-08 17:38:46 +00:00
parent 14bf5e064b
commit b716b5de4f

View File

@ -4,8 +4,8 @@ Summary: X.Org X11 font utilities
Name: xorg-x11-%{pkgname}
# IMPORTANT: If package ever gets renamed to something else, remove the Epoch line!
Epoch: 1
Version: 7.2
Release: 12%{?dist}
Version: 7.4
Release: 1%{?dist}
License: MIT
Group: User Interface/X
URL: http://www.x.org
@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README-* COPYING-*
%doc README-* COPYING-bdftopcf COPYING-[c-z]*
%{_bindir}/bdftopcf
%{_bindir}/fonttosfnt
%{_bindir}/mkfontdir
@ -111,11 +111,15 @@ rm -rf $RPM_BUILD_ROOT
%files -n bdftruncate
%defattr(-,root,root,-)
%doc COPYING-bdftruncate
%{_bindir}/bdftruncate
%{_mandir}/man1/bdftruncate.1*
%changelog
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 7.4-1
- Install COPYING for bdftruncate too.
* Fri Apr 09 2010 Matěj Cepl <mcepl@redhat.com> - 1:7.2-12
- examine all platform=3 encodings (fixes #578460)