Identity-UTF16-H too (#842351)

This commit is contained in:
Rex Dieter 2012-09-15 15:40:03 -05:00
parent fe512453c1
commit 32f9af7030
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Identity-UTF16-H
/cmapresources_identity0.tar.z
/poppler-data-0.4.5.tar.gz

View File

@ -2,7 +2,7 @@
Summary: Encoding files
Name: poppler-data
Version: 0.4.5
Release: 4%{?dist}
Release: 5%{?dist}
# The cMap data files installed by the poppler-data package are
# under the COPYING.adobe license
# cidToUnicode, nameToUnicode and unicodeMap data files
@ -12,6 +12,8 @@ Group: Development/Libraries
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
# extracted from ghostscript-9.05 tarball
Source2: Identity-UTF16-H
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
@ -36,7 +38,7 @@ make install DESTDIR=$RPM_BUILD_ROOT datadir=%{_datadir}
# manually install Identity-* files
# http://bugzilla.redhat.com/842351
install -m644 -p ai0/CMap/Identity-* $RPM_BUILD_ROOT%{_datadir}/poppler/cMap/
install -m644 -p %{SOURCE2} ai0/CMap/Identity-* $RPM_BUILD_ROOT%{_datadir}/poppler/cMap/
%clean
@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Sep 15 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-5
- Identity-UTF16-H too (#842351)
* Sat Sep 15 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.5-4
- CMap file "Identity-H" missing due to poppler-data change/cleanup (#842351)

View File

@ -1 +1,2 @@
83105c38e160c4bf51e21d20921760ac cmapresources_identity0.tar.z
eb715bce6ca0c60551d56e0573a40eb0 Identity-UTF16-H