From 81e351da282424a4557de3428dc093cb56989627 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 6 Dec 2007 16:34:57 +0000 Subject: [PATCH] - Rebuild for deps - Disable grass to avoid circular deps --- gdal.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index 85cd0b4..1728190 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,6 +1,6 @@ Name: gdal Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -20,7 +20,7 @@ BuildRequires: python-devel >= 2.4 xerces-c-devel BuildRequires: perl(ExtUtils::MakeMaker) # build against grass by default -%define _with_grass 1 +%define _with_grass 0 %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") %define grass_support %{?_with_grass:1}%{!?_with_grass:%{?_without_grass:0}%{!?_without_grass:%{?_grass_support:%{_grass}}%{!?_grass:0}}} @@ -333,6 +333,10 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/* %changelog +* Thu Dec 06 2007 Release Engineering - 1.4.2-4 +- Rebuild for deps +- Disable grass to avoid circular deps + * Tue Aug 28 2007 Fedora Release Engineering - 1.4.2-3 - Rebuild for selinux ppc32 issue.