From efbf002f4c879603b155403977dfe65c06d24810 Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Fri, 16 Mar 2007 15:40:07 +0000 Subject: [PATCH] auto-import gdal-1.4.0-16 on branch devel from gdal-1.4.0-16.src.rpm --- gdal.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index 87edeaa..ce88711 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.4.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -190,7 +190,7 @@ includedir=%{_includedir} Name: GDAL Description: GIS file format library Version: %{version} -Libs: -L\${libdir} +Libs: -L\${libdir} -lgdal Cflags: -I\${includedir}/%{name} EOF @@ -276,6 +276,9 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/* %changelog +* Fri Mar 16 2007 Balint Cristian 1.4.0-16 +- fix gdal flag from pkgconfig file + * Thu Mar 15 2007 Balint Cristian 1.4.0-15 - require pkgconfig - generate pkgconfig from spec instead