]> git.pld-linux.org Git - packages/kealib.git/commitdiff
- avoid emitting gdal BR from requires_ge macro when not building with gdal; release 3 auto/th/kealib-1.4.6-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 May 2016 18:56:38 +0000 (20:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 May 2016 18:56:38 +0000 (20:56 +0200)
kealib.spec

index 3a5b4606128a58f535a94820fc921fc86b25f3c0..c7e4dc34f8cac505d2a0edaeea17866eb90d8a26 100644 (file)
@@ -6,7 +6,7 @@ Summary:        KEALib - HDF5 based raster file format library
 Summary(pl.UTF-8):     KEALib - biblioteka rastrowego formatu plików opartego na HDF5
 Name:          kealib
 Version:       1.4.6
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/kealib/%{name}-%{version}.tar.gz
@@ -63,7 +63,9 @@ Summary:      KEA plugin for GDAL library
 Summary(pl.UTF-8):     Wtyczka KEA do biblioteki GDAL
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+%if %{with gdal}
 %requires_ge   gdal
+%endif
 
 %description -n gdal-kea
 KEA plugin for GDAL library.
This page took 0.144729 seconds and 4 git commands to generate.