License field should contain GPLv3+ (#949515)

This commit is contained in:
Rex Dieter 2014-09-23 09:24:41 -05:00
parent 5eb831b992
commit 3e61abfae3

View File

@ -6,12 +6,13 @@
Summary: Encoding files
Name: poppler-data
Version: 0.4.7
Release: 1%{?dist}
Release: 2%{?dist}
# The cMap data files installed by the poppler-data package are
# under the COPYING.adobe license
# cidToUnicode, nameToUnicode and unicodeMap data files
# are under the COPYING.gpl2 license
License: BSD and GPLv2
# Identity-UTF16-H is GPLv3+ (from GPL ghostscript)
License: BSD and GPLv2 and GPLv3+
URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz
Source1: http://downloads.sourceforge.net/project/cmap.adobe/cmapresources_identity0.tar.z
@ -73,6 +74,9 @@ popd
%changelog
* Tue Sep 23 2014 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-2
- License field should contain GPLv3+ (#949515)
* Thu Aug 14 2014 Rex Dieter <rdieter@fedoraproject.org> 0.4.7-1
- 0.4.7, .spec cleanup