From f618c625efb144521860df29a253798f45ffa86a Mon Sep 17 00:00:00 2001 From: Jerry James Date: Dec 02 2014 18:15:00 +0000 Subject: Don't try to install perllocal.pod (bz 1161231). --- diff --git a/gdal.spec b/gdal.spec index a6c1aa0..f7f09b8 100644 --- a/gdal.spec +++ b/gdal.spec @@ -493,6 +493,7 @@ mkdir -p %{buildroot}%{_libdir}/%{name}plugins #TODO: Don't do that? find %{buildroot}%{perl_vendorarch} -name "*.dox" -exec rm -rf '{}' \; +rm -f %{buildroot}%{perl_archlib}/perllocal.pod # Correct permissions #TODO and potential ticket: Why are the permissions not correct? @@ -763,6 +764,9 @@ popd #Or as before, using ldconfig %changelog +* Tue Dec 2 2014 Jerry James - 1.11.1-3 +- Don't try to install perllocal.pod (bz 1161231) + * Thu Nov 27 2014 Marek Kasik - 1.11.1-3 - Rebuild (poppler-0.28.1)