From 1e4a1df7fa37f7399d9afdb2178cda61aab180fc Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Mon, 14 Jan 2008 07:59:59 +0000 Subject: [PATCH] fix perl issue --- gdal.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index b9956d2..6237d27 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -216,7 +216,6 @@ make DESTDIR=%{buildroot} \ # move perl modules in the right path mkdir -p %{buildroot}%{perl_vendorarch} mv %{buildroot}%{perl_sitearch}/* %{buildroot}%{perl_vendorarch}/ -rm -rf %{buildroot}%{perl_vendorarch}/Geo/GDAL # install pkgconfig file cat > %{name}.pc < - 1.5.0-2 +- fix perl dependency issue. + * Mon Jan 07 2008 Balint Cristian - 1.5.0-1 - update to new 1.5.0 upstream stable - dropped build patch since HFA/ILI/DGN mandatories are now present