- Rebuild for deps

- Disable grass to avoid circular deps
This commit is contained in:
Jesse Keating 2007-12-06 16:34:57 +00:00
parent e77f132257
commit 81e351da28
1 changed files with 6 additions and 2 deletions

View File

@ -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 <rel-eng at fedoraproject dot org> - 1.4.2-4
- Rebuild for deps
- Disable grass to avoid circular deps
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.4.2-3
- Rebuild for selinux ppc32 issue.