From 32f9af7030195276806a35cfb50f884df980f2f8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 15 Sep 2012 15:40:03 -0500 Subject: [PATCH] Identity-UTF16-H too (#842351) --- .gitignore | 1 + poppler-data.spec | 9 +++++++-- sources | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cac748d..db68596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +/Identity-UTF16-H /cmapresources_identity0.tar.z /poppler-data-0.4.5.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index 0f8ae7d..ba470d1 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -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 0.4.5-5 +- Identity-UTF16-H too (#842351) + * Sat Sep 15 2012 Rex Dieter 0.4.5-4 - CMap file "Identity-H" missing due to poppler-data change/cleanup (#842351) diff --git a/sources b/sources index 1b0885b..c860c1f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 83105c38e160c4bf51e21d20921760ac cmapresources_identity0.tar.z +eb715bce6ca0c60551d56e0573a40eb0 Identity-UTF16-H